When I publish any asp.net application, my code is precompiled into various assemblies. I would like to avoid this so that I can load the aspx page and the corresponding codebehind file. I understand the benefits of this anyway, but what I want here is the least risky way to post changes.
How to properly deploy an asp.net project without compiling assemblies?
Is the process different for each model (web application, MVC ..)
source
share