Jump to content

Microsoft .NET and Visual Studio


vort3x

Recommended Posts

Hi

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

C:\Users\{USER}\AppData\Local\Microsoft\WebsiteCache

Link to comment
Share on other sites

Welcome to Piriform vort3x, fellow VB user.

 

Hi

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

C:\Users\{USER}\AppData\Local\Microsoft\WebsiteCache

 

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? ;)

Keith

 

Windows XP 2002 SP3

IE 7.0

 

Martin2k

 

Rorshach112 is the best

Link to comment
Share on other sites

Welcome to Piriform vort3x, fellow VB user.

 

 

 

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 :D

Link to comment
Share on other sites

Thanks for showing me how to add custom folders did not know that feature existed :D

 

No problem.

 

Have you tried adding that folder into the Include option? ;)

Keith

 

Windows XP 2002 SP3

IE 7.0

 

Martin2k

 

Rorshach112 is the best

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.