UnauthorizedAccessViolation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having problems getting a data set to run a WriteXML to a file. I can
read from the file, but I cannot write to it.

This is an ASP.NET application using VB.NET. I went to the IIS and set the
file permissions to Read and Write as well as for the entire site. I still
recieve an UnauthorizedAccessViolation.

Anyone have any ideas for what I am doing wrong?

Thanks
Rob
 
Rob,

I assume that the folder where you want to write to has only reading
authorisastion for the ASPNET user.

Cor
 
That was part of it. I also had Simple Sharing turned on.

Thanks for your help.

Rob
 

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