Re: form based authentication and free pages
From: YA (ra294@hotmail.com)
Date: 09/26/02
- Next message: Ben Amada: "Re: form based authentication and free pages"
- Previous message: Gregor Streng: "Re: form based authentication and free pages"
- In reply to: Gregor Streng: "Re: form based authentication and free pages"
- Next in thread: Ben Amada: "Re: form based authentication and free pages"
- Reply: Ben Amada: "Re: form based authentication and free pages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "YA" <ra294@hotmail.com> Date: Thu, 26 Sep 2002 12:59:23 +0200
Thanks for the help.
Can you be more specific how to change the web.config file to allow some
pages to be free ?
My config.web is like this:
<authentication mode="Forms">
<forms name="Security-DB" path="/" loginUrl="Login.aspx" protection="All"
timeout="30">
--></forms>
</authentication>
<authorization>
<deny users="?" />
</authorization>
Thanks
ra294@hotmail.com
"Gregor Streng" <gregorstreng@jamieplc.com> wrote in message
news:um$Z#$TZCHA.2452@tkmsftngp11...
> Hello Ya,
>
> You should take a closer look to your web.config and the directive
location.
> Locations gives you the freedom to define which files or directories do
need
> an authorisation.
>
> Hope this helps
> Gregor
>
> "YA" <ra294@hotmail.com> wrote in message
> news:upaPLvTZCHA.2660@tkmsftngp11...
> > I am using form based authentication to validate my users.
> > Some pages of the site are free and does not required user
authentication.
> > Since I used form based authentication all request redirect to the login
> > page.
> > How do I configure those free pages not to be redirected to login page ?
> > I know it's something to do with role base security but I could find a
> > simple example.
> >
> > Thanks.
> > ra294@hotmail.com
> >
> >
>
>
- Next message: Ben Amada: "Re: form based authentication and free pages"
- Previous message: Gregor Streng: "Re: form based authentication and free pages"
- In reply to: Gregor Streng: "Re: form based authentication and free pages"
- Next in thread: Ben Amada: "Re: form based authentication and free pages"
- Reply: Ben Amada: "Re: form based authentication and free pages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|