Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Storing images in App_Data folder 1

Status
Not open for further replies.

ma77c

Programmer
Jan 27, 2006
28
0
0
CA
I'm trying to include images on my webpage that are stored in an "images" folder in "App_Data", but they are not working (red X). Everything works fine if I move the images folder out of App_Data.

Logically, App_Data is where I would think you would store such files, but apparently I am missing something. Can anyone explain this to me? Thanks!
 
Logically, App_Data is where I would think you would store such files
I wouldn't think that. Logically I'd store a database in their and the images folder outside it in a folder named images.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Hmm... how profound. Would you consider XML files to be appropriate for the App_Data folder?
 
It depends what the XML files are for. If they contain data that your application is using then yes. If they are somtehing else (a sitemap for example) then no I wouldn't. You can see an explanation of this folder in the help files:



____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top