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).
Response.Write(HttpRuntime.CodegenDir);
Running this on my machine and get the output (where temporary file stored).
No comments:
Post a Comment