What are recommendations on how to host an umbraco site after locally developing in Visual Studio 2019. A staging site would also be ideal. Hosting seems very daunting when wanting to set up staging and production. Any recommendations would be greatly appreciated.
Hosting trouble umbraco
What are recommendations on how to host an umbraco site after locally developing in Visual Studio 2019. A staging site would also be ideal. Hosting seems very daunting when wanting to set up staging and production. Any recommendations would be greatly appreciated.
You can publish your website using publish profile and upload it to production server
I am getting an error indicating that the web.config cannot be empty in umbraco forms.
in you publish profile (file pubxml) remove MSDeployParameterValue
Thanks! I am not sure why but it helped. How do you publish the sql database? Through Visual Studio?
if it regular SQL server you have 3 ways to do it
Thank you! I was confused because I thought visual studio had a way when you publish but it seems less predictable.
I am trying to learn about uSync too because I think that can assist with exporting the database too.
usync can help too, just be careful with content changes after the first transfer, you can lose it by mistake
is working on a reply...