手机
当前位置:查字典教程网 >编程开发 >asp.net教程 >ASP.Net不执行问题一解
ASP.Net不执行问题一解
摘要:最近IIS突然无法运行ASP.Net了.反复重装也没有用.检查系统日志报告如下错误:aspnet_wp.execouldnotbestart...

最近IIS突然无法运行ASP.Net了.反复重装也没有用.检查系统日志报告如下错误:

aspnet_wp.execouldnotbestarted.Theerrorcodeforthefailureis

80004005.Thiserrorcanbecausedwhentheworkerprocessaccounthas

insufficientrightstoreadthe.NETFrameworkfiles.Pleaseensurethat

the.NETFrameworkiscorrectlyinstalledandthattheACLsonthe

installationdirectoryallowaccesstotheconfiguredaccount.

许多方法都不灵。最后用这个“药”解决问题。方子奉上供大家分享:

首先停止IIS服务

iisreset/stop

然后删除ASPNET帐号

netuserASPNET/delete

重新注册ASP.NET和ASPNET帐号

aspnet_regiis-i

启动IIS

iisreset/start

【ASP.Net不执行问题一解】相关文章:

ASP.NET 链接 Access 数据库路径问题最终解决方案

ASP.NET实用代码片段

ASP.NET State service状态服务的问题解决方法

在ASP.Net中实现flv视频转换的代码

asp.net开发与web标准的冲突问题的一些常见解决方法

ASP.net做的IP访问限制

Asp.net中的页面乱码的问题

ASP.NET中实现中文简/繁体自动转换的类

ASP.NET热点问题解答14个

ASP.net 页面被关闭后,服务器端是否仍然执行中?

精品推荐
分类导航