If asp.net websites (as opposed to webprojects) work by recompiling whenever you upload a page, would this interfere with users who are in the process of using the site?
I would be re-uploading the homepage maybe once every few months, but with a message at the top of it saying "The site will be down for an hour at midnight" (or something similar).
If this does interfere with users, I could have a text file that I upload to the server, and put code in the home page to read it and display the message that is the textfiel, when-ever that text-file exists.
But is this necessary?
Thanks,

Go to the complete details ...