Where to store files for Users to download

Discussion in 'ASP.NET / ASP.NET Core' started by tractsforje, Oct 29, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Before I upload my latest changes to my website, I'd like to know the following: I've got several files I want Users to be able to download; should I store these in my bin folder?

    Thanks

    Steve
     
  2. Why in your bin folder and not your download folder?
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    Do not store download file in your bin folder. It will not work.

    You can store it anywhere within your directory except the bin folder.

    quote:Originally posted by screamingsa

    Why in your bin folder and not your download folder?
    </blockquote id="quote"></font id="quote">
     
  4. [?] On a related subject, I've got several controls in my project now that have images attached to them. Will the images need to be in my directory as well when I upload my changes (if so, I'm guessing I would have to make sure the image paths correspond, right)? Thanks

    Steve
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    Yes. You would need to upload your graphic as well.


    quote:Originally posted by tractsforje

    [?] On a related subject, I've got several controls in my project now that have images attached to them. Will the images need to be in my directory as well when I upload my changes (if so, I'm guessing I would have to make sure the image paths correspond, right)? Thanks

    Steve
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page