I'm working on a site with a designer. She is on a Mac, and isn't a programmer. However, she's very smart and can read code pretty well.
When I push an MVC site, I have to build it and when I publish, it doesn't push the Controllers folder, because it's compiled into the bin directory.
Is there a way that I can not compile it, but just let IIS recompile the site as needed (like how you can do with a pure WebForms project?)