Click here to Skip to main content
15,888,211 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed programme in VS2010 (.net framework 4.0) in which xml file come from database table and get deserialized using XMLSerializer using C# in asp.net.
Same code is working on production server which is Windows Server 2003, it also works on my local machine which is Windows 7.
Now i am deploying this code on different server Windows Server 2012.

When i host my application on IIS 8.0, it is giving me error ('There Is An Error In Xml Document (1,217)') for same file which i have tested on my previous server and IIS 6.0 & IIS 7.0.


But on same server (Windows Server 2012) when i test this same code by installing visual studio 2010 , it works fine.
Is there any missing file or missing settings which i should do?
Posted

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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