I am fairly new to Umbraco. I am using Visual Studio for development and Deployment. I can deploy my local site to my production server with no problems. This is ok for now because I am the only one adding content to the site. When I pass the website to my customer and they start making changes on production, it seems like the next time I deploy the changes are overridden. The site is setup to use SQL server but I think I might have something messed up. (In the setup process I selected External DB and put in all the credentials and the Database was created successfully)
Shouldn't the content on the pages be stored in the Database? At the moment if I log into admin on production and make a simple text change (Change is Deployed and live), then if I go to Visual Studio and Deploy the site, all the changes are reverted back.
Any help would be greatly appreciated... Thanks is advance!