Image not appearing in Default.aspx

soretin

New Member
I am trying to get the default.aspx page, with nothing but a login screen to display a logo above the login screen. The logo is saved into an images folder in the main directory of the project. The image is in a total of two locations, one before login, and on a different page after. Before the user logs in, you can not see the image, basically getting the image not found graphic. Yet the user gets the exact same image, from the exact same file, after they log in. If they then log back out, the image will appear once but if you reload the page, it goes back to image not found. Further complicating issues is the fact that it will work when running it for debug, yet not when I try to access it through a browser.I have tried putting the image in various directories, as well as different parts of the default page and still no luck. The line declaring my image is\[code\]<asp:Image ImageUrl="~/Images/CCA.jpg" runat="server" AlternateText="CCA Logo"/>\[/code\]Any suggestions?
 
Back
Top