Configuration file is not well-formed XML #2

后端 未结 7 931
后悔当初
后悔当初 2020-12-06 00:09

I\'m trying to fix an IIS 7 web server on Windows Server 2008. I don\'t know what caused this configuration to go bad. Any ideas on where to begin to look?

Error w

7条回答
  •  失恋的感觉
    2020-12-06 00:45

    This issue is due to the file 'applicationhost.config' getting corrupted.

    The backup of this file is stored at C:\inetpub\history\. Delete the corrupted file C:\Windows\system32\inetsrv\config\applicationhost.config and restore it from the backup. Then start \ restart IIS.

    The problem will be resolved.

提交回复
热议问题