在启动Windows Process Activation Service时,出现错误13:数据无效

来源:互联网 发布:淘宝怎么找套现的店铺 编辑:程序博客网 时间:2024/05/16 12:52

1.错误原因:

当Windows Process Activation Service从C:\Windows\system32\inetsrv\config\applicationHost.config中读取configuration数据时,数据收到了损坏,错误消息是:Configuration file is not well-formed XML,数据无效。

2.解决方法:

c:\inetpub\history文件夹中的这个applicationHost.config文件,替换掉c:\windows\system32\inetsrv\config中的applicationHost.config,如果在c:\inetpub\history文件夹中有好几个类似CFGHISTORY_00000000的文件夹,则选择最新的文件夹中的applicationHost.config替换掉c:\windows\system32\inetsrv\config中的applicationHost.config,然后再启动Windows Process Activation Service即可。

1 0
原创粉丝点击