Posted on: 3/31/2011 8:41:13 PM | Views : 806

Hi All,
  I have a folder in my web application  solution that I store thumbnail images in for preview (when the user tries to upload an image). I would like to delete the contents of this folder from time to time. I do not want it to get huge and have unused files in it. I chose to delete the contents of this folder on Application_Start.
How often does the application_start event fire when a web site is deployed?
Am I on the right track to choose this event to clean up my unused files?
 
Thank you
...

Go to the complete details ...