1.在网上查找【服务器应用程序不可用解决方案】,使用了aspnet_regiis.exe -i
ASP.NET (2.0.50727)安装完毕。
安装程序检测到操作过程中出现了一些错误。有关详细信息,请查看安装程序日志文件 C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\ASPNETSetup_00002.log
2. 打开ASPNETSetup_00002.log 卡看到如下错误提示信息
-14 11:39:57Failure
Waiting for service to shut down: WaitForServiceState failed with HRESULT
8007041d: ‘服务没有及时响应启动或控制请求。
‘2014-03-14 11:39:57Failure Stopping service: StopSingleService failed with HRESULT 8007041d: ‘服务没有及时响应启动或控制请求。
‘2014-03-14 11:39:57Failure Stopping W3SVC: StopService failed with HRESULT 8007041d: ‘服务没有及时响应启动或控制请求。
‘2014-03-14 11:39:57Failure Restarting W3SVC: RestartW3svc failed with HRESULT 8007041d: ‘服务没有及时响应启动或控制请求。
‘2014-03-14 11:39:57StartingAdding protocols section to machine.config
3. 在百度搜索【服务没有及时响应启动或控制请求】 得到结果是【World Wide Web Publishing Service】服务,没有正常启动。
把【World Wide Web Publishing Service】服务启动一下就OK了。
原文:http://www.cnblogs.com/OwenWu/p/3600275.html