用aspnet_regiis -i take a try!i you fail,then i dont know!

解决方案 »

  1.   

    提示错误为:
    Error while trying  to run project:Unable to start debugging  on the web server.
    Catastrophic failure
    Would you like to disable future attempts to debug ASP.NET pages for the project
    我已经把所有能设定得都设定了,而且参考了下面的一篇帖子
    http://expert.csdn.net/Expert/topic/1899/1899081.xml?temp=.9812891
    但是仍然不能解决问题。重新安装了IIS
    重新安装了FrameWork
    重新运行了aspnet_regiis -i
    重新安装了操作系统:Winows2K Professial 繁体版,Windows2K Advanced Server 英文版
    重新安装了VS.net
    上面的所有的这些操作都还是出现乐一样的错误但是我的电脑安装了Windows2k SP4和Norton 杀毒软件
    实在是想不出来还有什么问题,安装光盘绝对没有问题,因为在家里的Win2k Pro简体版和WinXP家庭版都能很好的运行的,并都能够调试望兄弟姐妹们,救救我吧!!!!!!人快崩溃了~!55555555555~~~~~~~~~~
      

  2.   

    do you have SP4 installed? sounds weird, but try to modify the userName in <processModel> in machine.config to "SYSTEM"also see
    "INFO: Common Errors When You Debug ASP.NET Applications in Visual Studio 
    NET"
    http://support.microsoft.com/?id=306172
      

  3.   

    Error while trying  to run project:Unable to start debugging  on the web server.
    Catastrophic failure
    Would you like to disable future attempts to debug ASP.NET pages for the project
      

  4.   

    学习,以防以后出这样的问题,我也是听说了安装SP4后IIS就会出问题!真是越打补丁BUG越多
      

  5.   

    思归大哥,这种把machin.config中的username=machine改为username=system也不行呀!
    真是苦恼!~~~~
      

  6.   

    思归大哥,还有你和早以前推荐的
    http://support.microsoft.com/?id=306172
    对于中间的每一种方法都试过了,还是不行真是找不出来原因,同事的电脑只要装了Windows2000 SP4好像都不行,看来又要重装电脑了,麻烦麻烦了
      

  7.   

    I am using advanced server 2000/sp4 + vs.net 2003,  and don't have any problems
      

  8.   

    我重新安装了操作系统Win2000 Professional 繁体版和VS.net
    其他的什么都没有安装,现在调试运行的时候却出现了
    "Access is denied"(存取被拒绝)
    本来按照
    http://support.microsoft.com/?id=306172
    里面的做法,但是仍然是这问题
    如何解决????
      

  9.   

    你试一下检查确保将本机上的用户ASPNET加入到Debugger Users组中。
    我也遇到过这个错误,做了以上的步骤就搞定了。
      

  10.   

    右键工程的文件夹-〉共享-〉Web共享了吗?
      

  11.   

    iis----默认web 站点----你的工程名称右键----属性----目录---应用程序名--创建  ---确定
      

  12.   

    在VS.Net中的命令提示符下输入:
      aspnet_regiis -i 这样就可以了!
      

  13.   

    应该说主要的原因是:你先安装的vs.net,然后安装的iis, 所以出现了这样的问题,
    你应该先安装iis,然后安装vs.net!