Ok, please bear with my noob question here.
I'm doing the simple task of making an update to my mvc application, compiling it and then moving in onto the production server.
I just wan't to know the best way to upload the compiled files. I have a single application pool, use ftp to upload the new application files and the site points to a single directory.
- If I update just one view then which files do I upload after compiling?
- Is there a way to keep the site running while I upload new code/views?
- Where can I go to find out this information?