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を入力した後、デバッグを開始しません。この行をコメントアウトした後、正常に機能しています。私はVisualStudio2008を使用しています。
<httpRuntime enableVersionHeader="false"/>
次のようなデバッグが行われている間、デバッガアイコンが無効になり、ビルドが開始され、正常に完了します。その後、デバッガアイコンが停止して有効になり、
http://msdn.microsoft.com/en-us/library/system.web.configuration.httpruntimesection.enableversionheader.aspx
この記事では、バージョン ヘッダーが、使用中の .NET のバージョンを Visual Studio に通知すると述べています。リリース ビルドに対してのみ false に変更します。