XMLWriter and the file access error

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top