I deployed my website to http://ffinfo.azurewebsites.net/ to test it out and the log is not showing up on the deployed site. If I do a control+F5 in Visual Studio 2012 the logo will show up just fine
(it should be appearing in the top left cornor). I have verfied the the logo was uploaded by going to
http://ffinfo.azurewebsites.net/images/logo.png If I look at the source of the deployed site from I.E. I see the img tag
<img id="imgBanner" src="/Images/logo.png" alt="Final Fantasy Info.com Logo" style="height:127px;width:400px;" />
Why is it that only this one image is not showing up and only when deployed to Azure?
I have another image that works just fine using the <asp:image> tag it is just this one image that is not working. I have also tryed with the tildy and it does not display
Doing some testing just now I can take the code for the image that works and past it on the line right about the broken logo code and that image will not work either. If I change the line of code for the working image so it points to the logo it works fine.