|
Alright, I am working with VWD, VB coding. Does my image folder need to be under my App folder or seperate? I have heard that it needs to be in an App folder labeled “Image” or “ImgFolder . Also I have unsecured those images in my web.config file. Using this code <location path=“MyUnsecuredFolderName“><system.web> <authorization><allow users=“*“ /> </authorization> </system.web></location> |
Still there are no Images while viewing on the internet. I believe the images are reference correctly
<asp:Image ID=”Image1″ runat=”server” ImageUrl=”~/ImgFolder/Visio_Select_Seed_Logo_files/gif_1.gif”
Is an example of the way the code is written
Thanks,
TIM



Leave a comment
You must be logged in to post a comment.