用户名:
密 码: 记住
您当前的位置:首页 > 网络编程 > Net教程

ASP.Net不执行问题一解

时间:2015-01-29  来源:互联网  作者:佚名
最近IIS突然无法运行ASP.Net了.反复重装也没有用.检查系统日志报告如下错误:
aspnet_wp.exe could not be started. The error code for the failure is
80004005. This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files. Please ensure that
the .NET Framework is correctly installed and that the ACLs on the
installation directory allow access to the configured account.

许多方法都不灵。最后用这个“药”解决问题。方子奉上供大家分享:
首先停止IIS服务
iisreset /stop 
然后删除 ASPNET 帐号 
net user ASPNET /delete 
重新注册 ASP.NET 和 ASPNET 帐号
aspnet_regiis -i 
启动IIS
iisreset /start
来顶一下
返回首页
返回首页
推荐资讯
vs 不显示行号的操作方法 vs 不显示行号的操作方法工具---->选项---->文本编辑器---->c#---->常规---->显示---
让VS2008对JQuery语法的智能感知更完美一点 让VS2008对JQuery语法的智能感知更一、刚才看到已经有快手的牛人做完了这项工作,现在可以直接
相关文章
栏目更新
栏目热门