手机
当前位置:查字典教程网 >编程开发 >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 2.0 中的URL重写以及urlMappings问题

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

用ASP.NET做的个性化的邮件发送系统

ASP.Net 上传图片并生成高清晰缩略图

.net中webconfig 详解

在ASP.NET2.0中通过Gmail发送邮件的代码

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

ASP.NET使用gridview获取当前行的索引值

asp.net(c#)不可访问,因为它受保护级别限制

ASP.NET 2.0 中的创建母版页

精品推荐
分类导航