To change the Temporary ASP.NET Files location, simply define the tempDirectory attribute of the compilation element of the web.config or machine.config.
Example:
<system.web>
<compilation tempDirectory="d:\TempASPNetFiles\"></compilation>
</system.web>
No comments:
Post a Comment