how to update my published site with new source code?
My question may be more related to asp.net more than Umbraco itself.
I have my published site on my server and my source code on my development machine. And I want to keep updating my published site by adding more features to my source code and then publishing it again.
My question is how to do it without replacing the old version entirely and losing registered members and all the content the editors added?
how to update my published site with new source code?
My question may be more related to asp.net more than Umbraco itself.
I have my published site on my server and my source code on my development machine. And I want to keep updating my published site by adding more features to my source code and then publishing it again.
My question is how to do it without replacing the old version entirely and losing registered members and all the content the editors added?
I'm using SQL Server and Umbraco 8.15
Thank you.
Hi Yousif,
Code changes will not have any effect on members or content. This information is stored within your SQL Server database.
Cheers,
Marc
is working on a reply...