Cani i safely delete stuff in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files

  • Thread starter Thread starter Tony Girgenti
  • Start date Start date
T

Tony Girgenti

Hello.

Can i safely delete the files and folders in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files?

Any help would be gratefully appreciated.

Thanks,
Tony
 
Hello Tony,

you can. but asp.net recreate it again
This folder is used to keep the compiled asp.net sites

TG> Hello.
TG>
TG> Can i safely delete the files and folders in
TG> C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
TG> Files?
TG>
TG> Any help would be gratefully appreciated.
TG>
TG> Thanks,
TG> Tony
---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Hi,

Michael said:
Hello Tony,

you can. but asp.net recreate it again
This folder is used to keep the compiled asp.net sites

In the good old days of ASP.NET 1.1, I used to have to delete the
content of that folder a few times a day to avoid problems with cached
assemblies. Typically, adding code in my project, compiling and the code
wouldn't appear when executing... Glad they improved that in 2.0!
TG> Hello.
TG> TG> Can i safely delete the files and folders in
TG> C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
TG> Files?
TG> TG> Any help would be gratefully appreciated.
TG> TG> Thanks,
TG> Tony

Greetings,
Laurent
 
Back
Top