Translate

Monday 3 August 2015

Where are my asp.net website compiled assembly files stored on my computer?

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“>