Hi sir,
Tell me the use of Temporary ASP.NET Files. I have more than 2GB space occupied in that. Can i delete all the files in that folder. If i delete all the files in that folder, it affects the visual studio 2010 software installed in the machine.
[Note: My query is "If i delete all the files in the below path, is it affects my visual studio, my C:\ drive is getting full, it's more than 2GB ]
C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
Kindly give me the solution for this problem.
Loading
Iftikar HussainPosted Jul 27, 2013, 3:30 AM
When ASP.NET runs your app for the first time, it copies any assemblies found in the /bin folder, copies any source code files (found for example in the App_Code folder) and parses your aspx, ascx files to c# source files. ASP.NET then builds/compiles all this code into a runnable application.
Therefore you can delete all files and folder from this Temporary ASP.NET Files folder
It will not effect your visual studio
Regards,
Iftikar
Sanjeeb LenkaPosted Jul 27, 2013, 3:28 AM
http://stackoverflow.com/questions/450831/what-is-the-temporary-asp-net-files-folder-for
you can delete it as of i know.
try like that
In Run command write %TEMP% then click enter.
then delete these files in the open folder and check it deleting these files or not.
it may help you