Frage

I'm trying to add images for login and logout to a LoginStatus control in my Site.master with the following code:

<asp:LoginStatus ID="HeadLoginStatus" runat="server" LoginImageUrl="~/ICONS/Login.png" LogoutImageUrl="~/ICONS/Logout.png" LogoutAction="Redirect" LogoutPageUrl="~/"/> 

This works fine for the LogoutImageUrl (i.e. the image is displayed as expected) but not for the LoginImageUrl (no image displayed, just the standard LoginStatus). The image is definitely in the target location.

War es hilfreich?

Lösung

Maybe your image extension is in uppercase!

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top