Configuration file is not well-formed XML #2

后端 未结 7 928
后悔当初
后悔当初 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:56

    Turned out to be an & in string which isnt allowed so had to escape it with &

    0 讨论(0)
提交回复
热议问题