Wednesday, September 17, 2008

Changing ASP.net Temporary Files Folder




Edit the Global web.config (placed at %Windows Install Folder%Microsoft.NET\Frame

work\v2.0.50727\CONFIG). add the new full folder path in the Compilation section of the configuration file. <compilation tempDirectory="E:\New Location\"  debug="false">

No comments:

Post a Comment