How to publish my Umbraco site from localhost to remote server?
Hello,
I'm currently want to publish my website to a remote server. When I upload my website to remote server, I also config the database for it on the remote server. But when I try to run the website, I've got the internal server error of 500 and I look like the picture below:
From the error, I would like to ask is there document for how to publish Umbraco site from localhost to remote server?
I am using umbraco 7.4.1 on my localhost as well as server.
I have made some changes on my local host added some pages ,doctypes etc.
Do I need to take the backup of the database or should I just paste the dlls and views etc on the server and umbraco will take care of the db by its own?
How to publish my Umbraco site from localhost to remote server?
Hello,
I'm currently want to publish my website to a remote server. When I upload my website to remote server, I also config the database for it on the remote server. But when I try to run the website, I've got the internal server error of 500 and I look like the picture below:
From the error, I would like to ask is there document for how to publish Umbraco site from localhost to remote server?
Hi Nguyen,
Did you check your folder permissions?
Error looks like Umbraco hasn't access to Views folder.
You have to set permissions like here:
https://our.umbraco.org/wiki/reference/files-and-folders/permissions/
Thanks,
Alex
Hello,
try check the properties of the home page content and check if the correct template is selected and publish the content:
I am using umbraco 7.4.1 on my localhost as well as server. I have made some changes on my local host added some pages ,doctypes etc. Do I need to take the backup of the database or should I just paste the dlls and views etc on the server and umbraco will take care of the db by its own?
Hi Shahzad
Yes, you have to make backup and move it to another server.
Another way to handle database changes between servers - use uSync, look at this package - https://our.umbraco.org/projects/developer-tools/usync/
Alex
Hi Nguyen
Did you solve the issue?
/Alex
is working on a reply...