Hi,
I am trying to read XML file from Local server,I am using this code XmlTextReader xReader = new XmlTextReader(Server.MapPath("~/POST0520120803.xml"));
Please help me to read XML file which is present in Remote Sever.
Refer
http://csharp.net-tutorials.com/xml/reading-xml-with-the-xmlreader-class/
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.