先重装IIS,再装sp4,最后装vs.net,就好了,我也遇到过。

解决方案 »

  1.   

    试试Aspnet_regiis.exe
    或者在ie里设置安全-自定义级别-登陆为自动使用当前用户名和密码登陆
      

  2.   

    新建项目也不行,
    我再试试sjzwinfor() 的办法。
      

  3.   

    try this:
    1.modify the file to get the relevant access:machine.config
        user="machine">>user="SYSTEM"
    2.register your iis components again:
    run:    aspnet_regiis -iit will be okay.
      

  4.   

    我也是这样的问题,sjzwinfor的方法不行!估计是SP4的问题!
      

  5.   

    我的问题解决了,将vs.net和.net Framework ,IIS全部卸载后重装,错误提示变为法在web服务器上启动调试,拒绝访问。然后按 hanfey() 的办法
    modify the file to get the relevant access:machine.config
        user="machine">>user="SYSTEM"
    就可以了。
    至于和sp4的关系,我刚装sp4时没事,过了几天才出的问题。所以很难说……