G
Guest
The image (gif) comes up as a red cross until the user is authenticated in a
forms authentication application.
Is there a way around this?
<authentication mode ="Forms">
<forms loginUrl="login.aspx"></forms>
</authentication>
In the login.aspx I have a table with the image:
<table>
<tr>
<td style="width: 100px">
</td>
<td style="width: 100px">
<img src="~/images/mypicture.gif" /></td>
</tr>
</table>
Thanks for the attention
Jos
forms authentication application.
Is there a way around this?
<authentication mode ="Forms">
<forms loginUrl="login.aspx"></forms>
</authentication>
In the login.aspx I have a table with the image:
<table>
<tr>
<td style="width: 100px">
</td>
<td style="width: 100px">
<img src="~/images/mypicture.gif" /></td>
</tr>
</table>
Thanks for the attention
Jos