windows process activation service不能安装或启动的解决办法

近来IIS经常出问题,如ASP不能运行,运行cshtml的文件解释不了,在网上翻了不少资料,知道是windows process activation service的问题。重新安装IIS和windows process activation service都不行,后来找到以下文章:

http://support.microsoft.com/kb/976982

按一下步骤操作,就可正常安装IIS和windows process activation service了。


1、下载dotnetfx_cleanup_tool.zip:http://blogs.msdn.com/cfs-file.ashx/__key/CommunityServer-Components-PostAttachments/00-08-90-44-93/dotnetfx_5F00_cleanup_5F00_tool.zip

2、使用dotnetfx_cleanup_tool把所以.NET FrameWork清除

3、重新启动机器

4、重新安装windows process activation service(如果已安装,先卸载重启后再安装)

5、重新安装.NET FrameWork


只要windows process activation service能正常安装和启动,就能正确安装和使用IIS了。


原文地址:https://www.cnblogs.com/muyuge/p/6333778.html