调试器未在 VS2008 中启动
Debugger not started in the VS2008
我在 .NET framework 3.5 in VS 2008
中开发了 Web 应用程序,托管在应用程序池 ASP.NET 4.0 Integrated pipeline mode
下的 IIS
中。
当我通过点击 F5
按钮开始调试时,它会抛出 error
和 debugger is not started
.
但是,如果我在 VS2010
和 VS2013
中打开同一个应用程序并开始调试,调试器会成功启动。
如果我在IE中浏览应用程序的URL,它运行成功。我的问题是调试器没有在 VS2008 中启动。
What are the settings to be checked/changed to get working?
I have fixed by enabling the windows authentication for the respective website in IIS.
参考:
1) http://blogs.iis.net/brian-murphy-booth/visual-studio-2008-unable-to-debug-asp-net-app-on-iis-7-0
我在 .NET framework 3.5 in VS 2008
中开发了 Web 应用程序,托管在应用程序池 ASP.NET 4.0 Integrated pipeline mode
下的 IIS
中。
当我通过点击 F5
按钮开始调试时,它会抛出 error
和 debugger is not started
.
但是,如果我在 VS2010
和 VS2013
中打开同一个应用程序并开始调试,调试器会成功启动。
如果我在IE中浏览应用程序的URL,它运行成功。我的问题是调试器没有在 VS2008 中启动。
What are the settings to be checked/changed to get working?
I have fixed by enabling the windows authentication for the respective website in IIS.
参考:
1) http://blogs.iis.net/brian-murphy-booth/visual-studio-2008-unable-to-debug-asp-net-app-on-iis-7-0