Transfer and settings from Local to Remote

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hello everyone!
Excuse me, I have looking for everywhere but I haven't found any tutorials. Maybe it's because it is so trivial.
So, after finishing the site locally (via visual studio 2017) what should I do to transfer from Local to Remote (hosting).
If anyone could help me or show me a link about this argument, I will be infinitely grateful :)
5 years ago
I do it the following way:
1. Install the No-Source version on the remote server, adjust IIS, SQL server, etc. to make it running.
2. ReBuild the whole Solution on your development machine, make sure there are no errors, and then Publish the Nop.Web project into a Folder.
3. FTP all the files from the Publish folder to your server (if you later recompile again, it will be enough to upload only the changed files, you can see the timestamp of the files, sort them by the timestamp, and upload only the new ones, these are mostly .dll and .cshtml files you will need)
4. Restart the site in IIS
5 years ago
Does your host have the ability to web deploy? If they do you can "publish" directly from Visual Studio. This is probably the easiest way.

You'll need some settings...

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.