XMLWriter and the file access error

G

Guest

Hi there,
I am trying to use the XMLWriter for writing back the XML data into an XML file which is in the same folder as ASPX file. I am having problems when I write a Dataset from ASPX page to the XML file. The error that I get is access denied. I have given the full control for that folder which contains the XML file. But still it is not allowing me to write anything in the XML file. Any help would be greatly appreciated.
 
C

Cor

Hi John,

How do you get that dataset on your ASPX page.
And how you use the XML writer there?

Maybe will a piece of code from where you use that xmlwriter help to find
your problem.

Cor
I am trying to use the XMLWriter for writing back the XML data into an XML
file which is in the same folder as ASPX file. I am having problems when I
write a Dataset from ASPX page to the XML file. The error that I get is
access denied. I have given the full control for that folder which contains
the XML file. But still it is not allowing me to write anything in the XML
file. Any help would be greatly appreciated.
 

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

Top