Asp.Net temporary files

Tuesday, 21 February 2012

Asp.Net temporary files

ASP.NET provides the HttpRuntime.CodeGenDir property which gets the physical path to the directory where ASP.NET stores temporary files for the current application.

Response.Write(HttpRuntime.CodegenDir);

Running this on my machine and get the output (where temporary file stored).

No comments:

Post a Comment