Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friend

i have one problem when i publish website on IIS 5.1 then only my default.aspx page work other page are not work.
when i see this in firefox then its give the error like :-

CSS
XML Parsing Error: no element found
Location: http://192.168.2.77/track/PackingOrder.aspx
Line Number 1, Column 1:




How to solve this..!!!
Posted
Comments
Zoltán Zörgő 26-Oct-12 4:48am    
What c# (.net) version you want? IIS 5.1 is pretty old, running on XP. Be sure that it supports what you need, and is configured as you need. By default will run only ASP.NET 2.0!

1 solution

Try using the error event in the global.asax file to get more information.

Similar problem here:

http://stackoverflow.com/questions/303066/what-could-be-causing-an-xml-parsing-error-no-element-found[^]
 
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