deleting Temporary ASP.NET Files

  • Thread starter Thread starter Karim Virani
  • Start date Start date
K

Karim Virani

Is it ok to delete the contents of the framework's Temporary ASP.NET Files
folder? I have a 3rd party ASP.NET assembly that's not working and the
support folks told me to do this while IIS was stopped before reinstalling
the assembly.

Thanks!
 
Yes, you can delete them but keep in mind that the site's pages will be slow
to load and run on first access because they are being re-compiled .
 
Back
Top