localhost: the local server that is the local machine
live server: the hosting provider server.
It is always the last step to transfer the website built in local machine to live server, but it takes lot of effort to migrate it successfully.
I recommend www.somee.com as the best hosting provider for asp.net sites.
the easiest step to migrate a site
1) login to your hosting provider account and delete every folder in file manager.
2) create the same folders as in local machine website and manually upload files in their respective folders.
3) manually create the database and tables and add the values to it
4) change the connection string in webconfig file and where ever necessary
Its a time consuming process but the simple and the easiest one and i recommend it.
if you get a runtime error visit my post on Troubleshooting runtime error in asp.net website
your comments are invited
No comments:
Post a Comment