当前位置: 代码迷 >> ASP.NET >> 帮小弟我看看这是什么东东
  详细解决方案

帮小弟我看看这是什么东东

热度:9416   发布时间:2013-02-26 00:00:00.0
帮我看看这是什么错误啊
Error   while   trying   to   run   project:unable   to   start   debugging   on   the   web   server.server   side-error   occurred   on   sending   debug   HTTPrequest.

mark   sure   the   server   is   operating   correctly.verify   there   are   no   syntax   errors   om   web.config   by   doing   a   debuy.start   without   debugging   .you   may   also   want   to   refer   to   the   asp.net   and   atl   server   debugging   topic   int   he   online   documentation.

这是什么意思啊     我运行程序的时候出现的

------解决方案--------------------------------------------------------
建议你不调试运行
------解决方案--------------------------------------------------------
帮顶
------解决方案--------------------------------------------------------
看一下你的web.config ,是不是有问题
------解决方案--------------------------------------------------------
好象是调试的问题,你点项目 点右键 属性 点配置属性 把ASP.NET调试设置为FALSE就OK了
------解决方案--------------------------------------------------------
1.检查你的web应用程序是否有应用程序名. 请通过IIS MMC检查保证你的web项目有应用程序名

start -- run --inetmgr--右击你的项目 Properties -- 查看Directory(虚拟目录)选项卡 -- Application name

如果没有,请点击Create

2.如果你的磁盘是NTFS格式,请保证ASP.NET(win2003 则是NetWork Service)用户对于wwwroot及你的虚拟目录有合适的权限(Access and Write)
  相关解决方案