Uploading umbraco site (project) on server from local host - any easiest and fastest way?
I've successfully created site using Umbraco now its time to upload it on hosting server.. i've searched and got one paid product for the same..and i dont want to use it.
Has any body tried developing Umbraco site on local and then uploading it on server?
Uploading umbraco site (project) on server from local host - any easiest and fastest way?
I've successfully created site using Umbraco now its time to upload it on hosting server.. i've searched and got one paid product for the same..and i dont want to use it.
Has any body tried developing Umbraco site on local and then uploading it on server?
If yes then please help me doing that.
Hi jitendra
The steps required for making the initial deploy from local to live are the following.
1: Create a dump of the database
2: Import the database on the live environment
3: Copy the Umbraco library to the live server
4: If you have remote acccess you need to setup the website in IIS as well.
5: Remember to change the connection string in the web.config file to the live-database on your live-environment.
Hope this helps.
/Jan
is working on a reply...