Love your software it works pretty good however would be even better if it cleaned up some of the temp files created by Visual Studio and Microsoft .NET whilst developing applications.
I currently have to do this manually and if not checked regularly can reach up to 4gb!! Here are the folders I manually clean.
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files
Love your software it works pretty good however would be even better if it cleaned up some of the temp files created by Visual Studio and Microsoft .NET whilst developing applications.
I currently have to do this manually and if not checked regularly can reach up to 4gb!! Here are the folders I manually clean.
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files
Well I've old been using VB2008Express for a couple of days and I haven't really noticed any extra files in there. That folder is totally clean when I've just looked.
What you could do is add that folder to the Options\Include button and click the Add Folder, find the exact folder then click OK. This will add C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET\*.* meaning the next time you do a clean it will delete ALL files in that folder.
Well I've old been using VB2008Express for a couple of days and I haven't really noticed any extra files in there. That folder is totally clean when I've just looked.
What you could do is add that folder to the Options\Include button and click the Add Folder, find the exact folder then click OK. This will add C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET\*.* meaning the next time you do a clean it will delete ALL files in that folder.
Is that any better for you?
I believe the files get written there when you are debugging code we have about 10 machines at work they all do it we use IIS7 with Visual Studio Pro 2008 on Vista/Win7.
Thanks for showing me how to add custom folders did not know that feature existed