ASP.NET Temporary Folders - growing uncontrollably
        Posted  
        
            by Sriram
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Sriram
        
        
        
        Published on 2010-03-28T11:51:17Z
        Indexed on 
            2010/03/28
            11:53 UTC
        
        
        Read the original article
        Hit count: 325
        
asp.net-2.0
On our production server, we find that the ASP.NET Temporary folders grow uncontrollably. It reaches as much as 14Gb. When we check the folder content, we find couple of assemblies being created again and again in the folder. What could be possible reasons for this duplication? As per our understanding, compiled ASP assemblies goes into temporary folders - so what could be reasons for some of these assemblies getting duplicated in these temporary folders?
What possible fixes (other than IIS Reset or changing web.config etc. - causing delete of all these files) can we look forward to implementing?
© Stack Overflow or respective owner