because you have the site protected, the images can not be displayed
until a successful login. make the image dir not require a login. see
location section of your web config.
-- bruce (sqlwork.com)
Ofer_Adivi wrote:
> I'm using Forms Authentication in my site.
> And my login page did not show the images at run time. while i'm drop
> the Forms Authentication it seems to be good.
>
> This is my Code
>
> <authentication mode="Forms">
> <forms name="appNameAuth" loginUrl="StartUpLogin.aspx"
> protection="All" timeout="30">
> <credentials passwordFormat="Clear">
> <user name="ofer" password="oferadiv" />
> </credentials>
> </forms>
> </authentication>
>
> What am i doing wrong?
>
|