How to refresh a folder's data in asp.net 2.0 using c#
        Posted  
        
            by vedactive
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vedactive
        
        
        
        Published on 2010-04-09T06:31:24Z
        Indexed on 
            2010/04/09
            6:43 UTC
        
        
        Read the original article
        Hit count: 250
        
ASP.NET
Again i rewrite my question with more details i.e. I am developing a website in Asp.net 2.0 in that i'm tracking the user's some details like their id,no of page hitted and time of hitting etc, in a LogfileDate(the LogfileDate contains whole day summary of all users) saved inside a folder(Folder is inside my project). And at another day when a new logfileDate created i want to mail the previous day Logfile and delete that file after sending. Everything happened but when It is going to delete its shows file is accessed by another process. So I need to refresh that folder after sending mail so that it got free with buffer. I'm not using IIS and i dont want it to use.
© Stack Overflow or respective owner