Images Blocked while using Forms Authentication

O

Ofer_Adivi

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?
 
B

bruce barker

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top