欢迎光临
我们一直在努力

关于"编译器失败,错误代码为 128。"的解决方案-ASP教程,ASP应用

建站超值云服务器,限时71元/月

its a really horrible dream!

one morning , afeter i open my computer, i found that all my asp.net web application could not run again!

i searched the problem with google, but nothing is valuable.

the following method is at least useful to me, i hope u are also lucky!

first of all, update your antivirus software and make a full scan on your computer. i guess the cause of the problem is that some hacker has entered in my computer and made some change in my account and security settings, so the sensitive asp.net found it and then stopped working.

after u are sure no viruse is in your computer, u can follow the steps below.

1. run "aspnet_regiis -ua" in the cmd. u can start the cmd from the vs.net tools in the start menu, otherwise u need type the full path.

2. remove the aspnet account from your computer

3. uninstall iis

4. restart your computer

5. reinstall iis

6. run "aspnet_regiss -i" in the cmd

7. add vs_developers group to iis operators (u can operation in iis)

8. open the file "machine.config" which is in "c:\winnt\microsoft.net\framework\v1.1.xxxx\config", then find and replace

username="machine"

with

username="system"

9. restart your computer and pray silently

i cant promise u anything, but i will pray for u.

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 关于"编译器失败,错误代码为 128。"的解决方案-ASP教程,ASP应用
分享到: 更多 (0)