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.
<httpRuntime enableVersionHeader="false"/>放入webconfig后没有开始调试。注释掉这条线后,它工作正常。我使用的是 Visual Studio 2008。
<httpRuntime enableVersionHeader="false"/>
在调试以下事情发生时,调试器图标将被禁用,开始构建,成功完成,然后停止并启用调试器图标,
http://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.enableversionheader.aspx
本文提到版本标头告诉 Visual Studio 正在使用哪个版本的 .NET。对于发布版本,您只想将其更改为 false。