Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Images Blocked while using Forms Authentication

Reply
Thread Tools

Images Blocked while using Forms Authentication

 
 
Ofer_Adivi
Guest
Posts: n/a
 
      01-29-2007
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?

 
Reply With Quote
 
 
 
 
bruce barker
Guest
Posts: n/a
 
      01-29-2007
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?
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Site to open the blocked sites and blocked and encoded alagmy2030 Javascript 0 02-11-2011 11:54 PM
Best practices for using forms authentication and security in a hosted env (was: Re: Using a Forms authentication in a shared hosting environment) JEFF ASP .Net 1 11-12-2007 07:00 PM
forms authentication -- expired forms cookie vs. not provided forms cookie Eric ASP .Net Security 2 01-27-2006 10:09 PM
not redirecting to login page while using forms authentication Pradeep Pise ASP .Net 0 07-09-2004 07:27 AM
Forms Authentication question: How to have some pages open and some requiring forms authentication Eric ASP .Net 2 02-13-2004 02:14 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57