Deploy asp.net application without compiling DLL
问题 When I publish any type of asp.net application, my code is precompiled into various assemblies. I would like to avoid this so that I can upload an aspx page and its corresponding codebehind file. I understand the benefits of doing it either way, but what is desired here is the least risky way to publish changes. How does one properly deploy an asp.net project without compiling assemblies? Is the process different for each model (web app, MVC..) 回答1: Sounds like you have a Web Application