S
ShayHk
Hello
I created a webSite using a free web hosting space (that supports
asp.net applications).
The website was created with asp.net project
The problem is that I cant update XML files that are placed on the web
site . why?
for example :
fileName = "www.website.com/xmlFile.xml";
try {
doc = new XmlDocument();
doc.Load( fileName );
....
doc.Save( fileName ); // throw Exception !!! why ?
}
the excption message is : "URI formats are not supported."
How can I handle this?
I created a webSite using a free web hosting space (that supports
asp.net applications).
The website was created with asp.net project
The problem is that I cant update XML files that are placed on the web
site . why?
for example :
fileName = "www.website.com/xmlFile.xml";
try {
doc = new XmlDocument();
doc.Load( fileName );
....
doc.Save( fileName ); // throw Exception !!! why ?
}
the excption message is : "URI formats are not supported."
How can I handle this?