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