So i've been trying desperately to allow my SharePoint project to write an xml file to a temporary location in my project directory, but haven't had any success.
when I try:
myDataTable.WriteXml("path to folder in project", true);
i'm met with:
"Access to path is Denied"
Now I have had this issue before and have solved it by giving the user group for the application pool write permissions, but it hasn't worked for my sharepoint project. Any suggestions?