How to correctly debug web applications on local IIS 7.5 with VS 2010 Beta2?

╄→гoц情女王★ 提交于 2019-12-04 05:24:07

Just-In-Time debugging is a feature that launches the Visual Studio debugger automatically when a program, running outside Visual Studio, encounters a fatal error.

  • One one hand it is an indication that your process is crashing due to some error.

Try disabling JIT Debugger. I have not used VS 2010 RC but process in VS2008 are as follows.

Tools -> Options -> Debugging -> Just-In-time and then uncheck the all just in time checks. Click okay.


Hope this helps

I found the solution. After enabling Windows Authentification for my Website in the IIS it worked. Hope this helps anybody in the future.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!