Wednesday, January 13, 2010

XML Parsing Error: No Element Found

When you try publish your ASP.Net Service in IIS 7 and you are receiving the XML Parsing Error: No Element Found, make sure that the App Pool is set to Classic.Net App Pool and not default. Also, make sure that IIS is running after you switch the App Pool to classic. It seems that when you try to run the service with the default app pool it stops IIS.

To change the App pool to classic, right-click on your service in IIS -> manage application -> Advanced Settings.




No comments:

Post a Comment