现金宝是哪个银行的:vs.net 2003 不能运行ASP.NET项目

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/29 04:33:50
在VS.NET 2003中按F5运行ASP.NET项目,弹出错误提示的对话框,内容如下:
Error while trying to run project: Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the Internet zone.
是什么地方设置的不对吗?紧急求助!
1.IIS 安装了
2.web.config里面的配置也是对的 <compilation defaultLanguage="c#" debug="true" />
还有个问题就是:我输入http://localhost, 页面显示的是 Unauthorized ...
但是输入http://127.0.0.1可以正常调试
不知道是什么原因,请教各位大侠

1、看看你的解决方案里的启动项目是不是应用程序
2、看web.config里
<compilation defaultLanguage="c#" debug="true" /〉
debug是否为true

IIS没装吧