无法在web 服务器上启动调试。打开的url的iis辅助进程当前没有运行

想把网站直接放在iis中调试,这样更接近于真实环境调试。

但是偏偏报错了“无法在web 服务器上启动调试。打开的url的iis辅助进程当前没有运行”

搜中文,可是真的很难解决这个问题!可能我搜索能力不行吧 最终在这个地方找到了解决办法

http://social.msdn.microsoft.com/Forums/pl-PL/vsdebug/thread/b8a29d49-4227-4a36-af88-7891a5974c24

 

You may Enabling Integrated Windows Authentication in IIS Manager, hope it can helps:

Turn on window feature:Control Panel -> Programs -> Programs and Features ->Turn Windows features on or off -> Internet Information Services -> World Wide Web Services ->Security -> Windows Authentication.

Open Internet Information Services (IIS) Manager, navigate to your web site, double-clickAuthentication icon under IIS category, and enable Windows Authentication.

 

猜想的原因可能是没有开启集成验证,而iis的默认用户权限不够不能打开辅助进程所以无法调试

posted @ 2011-08-26 00:44  张土土  阅读(2715)  评论(1编辑  收藏  举报