C# On Quit WebPage Delete Files and Folders on Server with no user action

Posted by user325558 on Stack Overflow See other posts from Stack Overflow or by user325558
Published on 2010-04-25T21:03:03Z Indexed on 2010/04/25 21:03 UTC
Read the original article Hit count: 298

Filed under:
|
|
|

Hi, I have some problems to delete temporary folder and files on my server when users not finish some action in webpages and quit to other webpages. Initialy at Page Load folders are created to allow the user to load files.I have tried implementing destruction during Idisposable without success. Could someone point the best method to delete folders and files when user quit the page with no action or cancel button. Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about idisposable