错误提示如图: 检查C:\Windows\System32\inetsrv\config目录下的applicationHost.config文件,备份一份. 可使用IIS提供的AppCmd.exe的restore功能恢复applicationHost.config文件 运行CMD 输入 cd %windir%\system32\inetsrv,然后按 Enter 运行appcmd list backup命令显示所有可用的备份. 然后选择一个可用备份 输入appcmd restore b…
转自https://www.cnblogs.com/gdjlc/archive/2013/09/08/3308229.html XML Schema 语言也称作 XML Schema 定义(XML Schema Definition,XSD),作用是定义 XML 文档的合法构建模块,类似 DTD,但更加强大.作用有:①定义可出现在文档中的元素②定义可出现在文档中的属性③定义哪个元素是子元素④定义子元素的次序⑤定义子元素的数目⑥定义元素是否为空,或者是否可包含文本⑦定义元素和属性的数据类型⑧定义元…
You will usually get the error ‘Configuration file is not well-formed XML’ ‘C:\Windows\system32\inetsrv\config\applicationHost.config’ when you open IIS manager or get the error Windows Process Activation service (WAS) could not start – Error 13 The …