File system questions.

Discussion in 'Site Programming, Development and Design' started by vbstenswick, Aug 16, 2011.

  1. I need to understand the file system better. I have about 2000 images that will take up 350 - 400 MB. I wish to store them on the file system. Will they always be at the same place if my application is stopped and restarted? Will they be at the same place if the server crashes and comes back up? If so, where? How do I know where to find them? Will they be in the application domain base directory, or a subfolder if I created one? Thank you in advance.
     
  2. They will be wherever you put them, and that's where they will always be. The application pool or server recycling does not affect the files in the site.
     

Share This Page