williamcampbell
asked on
App_Data Image Not Displaying
I have Window 2003 Server Running .Net 2.0 IIS 6.0
I am using the Asp:login Control and want to disaplay and image on it.
I uploaded the image to App_Data but ...
http://<server2003>/<project>/App _Data/imag e.gif does not work!!
http://<server2003/<project>/logi n.aspx works fine!
Any ideas as to why the image does not show
P.S. copying the image to wwwroot/images works fine i.e. http://<server2003>/images/image. gif Image Displays!
I am using the Asp:login Control and want to disaplay and image on it.
I uploaded the image to App_Data but ...
http://<server2003>/<project>/App
http://<server2003/<project>/logi
Any ideas as to why the image does not show
P.S. copying the image to wwwroot/images works fine i.e. http://<server2003>/images/image.
I believe App_Data will only server certain types of data. Why would you want to put it in app data? How about app_themes or simply an images folder?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
All App_ folders are secured in the ISAPI filter .. guess ill create an images folder :)
Yeah its a bummer on one hand and also very nice on the other.... Good Luck on your .Net Adventures!