temp directory for asp.net?

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
L

Lars Netzel

I'm trying to write a PDF to disk on the server (crystal reports export)

I'm getting aproblem that Access is denied to save the file to disk and
reading here (you don't need to read):
http://support.businessobjects.com/library/kbase/articles/c2010773.asp

It says I should set the proper rights to the Destination and Temp
directory... I know what the destionation directory is... but what is the
temp directory? where is that?

best regards
/Lars Netzel
 
You don't know what folder you're trying to write to?
That's a problem.
Pick a folder and write to it explicitly and make sure the default ASPNET
user account has write permissions to it.
 
Back
Top