Re: FormsAuthentication
From: Matjaz Ladava (matjaz_at__nospam_ladava.com)
Date: 05/26/03
- Next message: ooo: "Re: FormsAuthentication"
- Previous message: ooo: "FormsAuthentication"
- In reply to: ooo: "FormsAuthentication"
- Next in thread: ooo: "Re: FormsAuthentication"
- Reply: ooo: "Re: FormsAuthentication"
- Reply: ooo: "Re: FormsAuthentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 26 May 2003 14:46:16 +0200
Different folders can have different web.config, which can have different
authorization section. Example would be, that you place your registration
site in different directory, which contains web.config in which you have
authorization section with allow users = "*" (all users)
authorization section is order sensitive and built from top directory down
to machine.config, so that entry in your folder will take precedence and
allow all users to access it.
Regards
Matjaz Ladava
<ooo> wrote in message news:%23$hUZH4IDHA.2764@tk2msftngp13.phx.gbl...
> Is it possible to have a user redirected to a page (login.aspx) for
certain
> page access?
>
> i.e. for my registration page I wish them not to be redirected to the
login
> page, but for every other page they access if they are not authenticated
> then they are redirected?
>
> Cheers
>
> e
>
>
- Next message: ooo: "Re: FormsAuthentication"
- Previous message: ooo: "FormsAuthentication"
- In reply to: ooo: "FormsAuthentication"
- Next in thread: ooo: "Re: FormsAuthentication"
- Reply: ooo: "Re: FormsAuthentication"
- Reply: ooo: "Re: FormsAuthentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|