Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Access Denied" - can't write a new file

Status
Not open for further replies.

dandan86

Programmer
Jul 22, 2006
14
IL
Hey all,
I am using micorsoft xmlparser, I am doing some parsing and when i am trying to save a new file with the new content i am getting the error msg:"Access Denied" - when i remove the line in which i save the new xml it works perfectly. The problem is that it seems like I can not create a new file in the folder or something like that.

any ideas?

Thanks
 
permissions to the folder.
You are trying to write to a folder and the user account you are using does not have write access.

You need to give the account that IIS is running under write permission to the folder.

Chris.

Indifference will be the downfall of mankind, but who cares?
Woo Hoo! the cobblers kids get new shoes.
People Counting Systems

So long, and thanks for all the fish.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top