C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
It's possible to force the temp path to a specific location by a property to the compilation tag in the web.config.
<compilation tempDirectory=“E:\ASP.Net Temporary Folder\” debug=“false“>
It's possible to force the temp path to a specific location by a property to the compilation tag in the web.config.
<compilation tempDirectory=“E:\ASP.Net Temporary Folder\” debug=“false“>
No comments:
Post a Comment