i trying to generate pdf files via nFop Framework. To do does I need to generate a xml file (a serilized c# object). This somekind works.. but now i try to save the xml file. I alway get an permission problem.
Do you know how to create a folder which I can use to store this files ? Where can I configuire the perissions to this folder ?
trecon87
Member
1 Points
23 Posts
Temp Directory
Nov 22, 2012 11:09 AM|LINK
Hey Folks,
i trying to generate pdf files via nFop Framework. To do does I need to generate a xml file (a serilized c# object). This somekind works.. but now i try to save the xml file. I alway get an permission problem.
Do you know how to create a folder which I can use to store this files ? Where can I configuire the perissions to this folder ?
Regards Spanky
ignatandrei
All-Star
134939 Points
21622 Posts
Moderator
MVP
Re: Temp Directory
Nov 22, 2012 11:27 AM|LINK
For non-web:
http://msdn.microsoft.com/en-us/library/system.io.path.gettemppath.aspx
For web:
you do make a folder and ask host for write permissions
trecon87
Member
1 Points
23 Posts
Re: Temp Directory
Nov 23, 2012 06:58 AM|LINK
Thanks for your Comments. I googled a bit more and now I use the App_Data Directory a my Temp Directory
Thanks