문제

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.

도움이 되었습니까?

해결책

Maybe your image extension is in uppercase!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top