简体   繁体   中英

Asp.net MVC debugging on IIS6

I've setup IIS6 to work with MVC, added a new virtual web site, entry in etc/hosts and everything works except when I try to start project from Visual Studio.

I've changed project settings to Local IIS server to url http://myproject and when I try to run project I get

Unable to start debugging on the web server. An authentication error occurred communicating with the web server.

Any ideas?

I had a lot of problems with IIS6 as well. I basically deleted my IIS application, reset the asax back and used Cassini.

Then at the end of each [sprint] I setup IIS6 application in the test environment for the testers.

检查网站属性中是否选中了“集成安全性”选项,并且您的帐户应具有足够的特权。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM