在安装Win10 Fall Creators Update之前,WWW Pub Service工作正常。 现在我收到了这个错误 HTTP错误503.该服务不可用。
我只是尝试使用浏览器加载本地网页(简单的html,而不是asp.net页面)。 http://localhost/html/home/index.html
Edge和Firefox会出现同样的错误。
Win10 FCU中是否有任何内容可以在IIS中进行配置更改?
PS。我还安装了最新版本的Visual Studio Community ed 2017.但我认为不应该影响IIS。
答案 0 :(得分:2)
停止“Windows进程激活服务”和“W3SVC”服务并清除(删除)C:\ Inetpub \ temp \ AppPools *下的所有文件。启动您的服务,这些网站应该重新开始工作。
来源:https://www.ajeetyelandur.com/2017/10/Windows-10-Fall-Creators-update-crashes-App-Pool/