HELP: XMLDocument.Save Access denied.

  • Thread starter Thread starter Noko
  • Start date Start date
N

Noko

i am writing following code to save XML docuemnt to a location:

XmlDoc.Load(Request);

and then process the xml file

Finally Save the XML file:

XmlDoc.Save (Server.Mappath("XmlFile.xml"));


However i got error everytime tell me that access denied

i've change the folder security setting to allow EVERYONE to full
control the folder ( and the XML file as well), but i still get access
denied.

Any one can help?

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top