Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
I am trying to open a website with my new VS 2013 but I am getting this error message:

Filename: \\?\UNC\[ ... a local path here ...]\My Documents\IISExpress\config\applicationHost.config<br />
Line number: 1<br />
Error: Configuration file is not well-formed XML


I noticed that in that folder I actually have a configurationhost.config file but it is empty (0K). Is that bad?

How do I fix it?
Posted
Updated 27-Nov-16 18:54pm

Ahmm,

For some reason your applicationHost.config (and not configurationhost.config as you stated after the error quote) is empty and it shouln't be.

What you had best do is simply remove it and run the IISExpress.exe that is probably in this path: "c:\Program Files\IIS Express\iisexpress.exe"

It should be re-created for you by the exe when it notices that it's missing.

Cheers,
c
 
Share this answer
 
Comments
Herbisaurus 9-Mar-15 5:20am    
Tnx - that was fast ... :)
it's not resolution but a workaround, any resolution ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900