Hi,
Im currently working on a web application that needs daily updates. The site has thousands of visitors per day.
At the minute I am publishing the site locally and then uploading the entire site everytime I make an update. To do this I have to stop iis for a few minutes everyday.
Obviously not ideal!
When I publish it asks me if I want to make the site updateable, I select this option, however Im still not sure how to update just one page on the site.
I make changes to both the page and the code behind page.
How can I update just one page?
Do I simply publish it locally and upload just the page ive updated?
What about the dlls, when I view them, they are random? I can't tell which dll is for which page, so which one do i upload?
I understand I can just upload the project without publishing it, what are the implications of this?