J
Jeff
Hey
asp.net 2.0
My problem is that the image web server control (see below) won't display
the image if web.config have this setting:
<authorization>
<deny users="?" />
</authorization>
<asp:Image ID="logo" runat="server" ImageUrl="~/logo.png" />
Any ideas what I should do to solve this so the image is displayed if
web.config have
<authorization>
<deny users="?" />
</authorization>
Best Regards!
Jeff
asp.net 2.0
My problem is that the image web server control (see below) won't display
the image if web.config have this setting:
<authorization>
<deny users="?" />
</authorization>
<asp:Image ID="logo" runat="server" ImageUrl="~/logo.png" />
Any ideas what I should do to solve this so the image is displayed if
web.config have
<authorization>
<deny users="?" />
</authorization>
Best Regards!
Jeff