IIS配置文件的XML格式不正确 applicationHost.config崩溃
程序员文章站
2023-11-14 17:14:52
错误提示如图: 检查C:\Windows\System32\inetsrv\config目录下的applicationHost.config文件,备份一份。 可使用IIS提供的AppCmd.exe的restore功能恢复applicationHost.config文件 运行CMD 输入 cd %wi ......
错误提示如图:
检查c:\windows\system32\inetsrv\config目录下的applicationhost.config文件,备份一份。
可使用iis提供的appcmd.exe的restore功能恢复applicationhost.config文件
运行cmd 输入 cd %windir%\system32\inetsrv,然后按 enter
运行appcmd list backup命令显示所有可用的备份。
然后选择一个可用备份 输入appcmd restore backup <backup name> 然后按 enter。
等待执行成功,重启机器即可。