Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 ASP.net VS2012 中调试时设置断点时,整个应用程序将重新启动。
这不是 VS2010 中的行为。
请问我每次在调试时设置断点时如何防止重新启动。
谢谢。
找到原因:
<system.web> <compilation debug="true" explicit="true" strict="true" optimizeCompilations="true" targetFramework="4.0">
刚刚设置optimizeCompilations="false"
optimizeCompilations="false"