Where is Temporary Files for ASP.NET?

  • Thread starter Thread starter poi
  • Start date Start date
P

poi

I want to detect through code where the ASP.NET temporary files location
is, or where the System TEMP directory is, so I can write temporary
datasets to that location. Normally the user is ASPNET, so it doesn't
have permission to use System.Management to detect the System Temp
Environment Var.

TIA.
 
Not sure what you are trying to do. However, here is where ASP.NET writes
temporary files
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files
 
Back
Top