Redirect to default page using Windows Authentication
From: Dave (anonymous_at_discussions.microsoft.com)
Date: 11/24/03
- Next message: Alexio: "Authentication forms and SSL on the login page"
- Previous message: Brad: "Re: Forms Authentication: login page in a separate web app"
- In reply to: anonymous_at_discussions.microsoft.com: "Redirect to default page using Windows Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 24 Nov 2003 11:46:21 -0800
Thanks, but I'm talking about Windows authentication. Not
forms.
>-----Original Message-----
>You can add the loginUrl property to the forms
>authentication section in your config file :
>
><authentication mode="Forms">
> <forms loginUrl="Login.aspx" />
></authentication>
>
>Whenever a user has no access to an area, they would be
>directly sent to the login page, and then automatically
>redirected to the area they initially wanted to visit if
>their security issues have been resolved by the new
login
>process. This also bring up the url if the session has
>timed out(if you keep the roles in the session object).
>Alex
>.
>
- Next message: Alexio: "Authentication forms and SSL on the login page"
- Previous message: Brad: "Re: Forms Authentication: login page in a separate web app"
- In reply to: anonymous_at_discussions.microsoft.com: "Redirect to default page using Windows Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|