本文介绍了在IIS6 Asp.net MVC调试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我设置IIS6与MVC工作,增加了一个新的虚拟网站,条目etc / hosts和一切正常,除了当我尝试从Visual Studio启动项目。

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.

我已经改变了项目设置为本地IIS服务器给url ,当我尝试运行项目时,我得到

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

无法在Web服务器上启动调试。身份验证错误发生与Web服务器进行通信。

任何想法?

推荐答案

我有很多与IIS6问题为好。我基本上是删除了我的IIS应用程序,重置ASAX背部和使用卡西尼。

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

然后,在每个[冲刺]我设置IIS6在用于测试的测试环境的应用程序的结束。

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

这篇关于在IIS6 Asp.net MVC调试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-30 01:18