Re: Form's Authentication
From: WJ (JohnWebbs_at_HotMail.Com)
Date: 11/27/04
- Next message: Leon: "Vs.net and Photoshop?"
- Previous message: Vic: "isinrole reverts to windowsprincipal?"
- In reply to: Ankur Goyal: "Form's Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 26 Nov 2004 20:05:22 -0500
This c# instruction may help:
FormsAuthentication.SetAuthCookie(txtLogonUserName.Text,false);
The above instruction tells the system that your login page accepts your
user as a valid user. You then redirect your user to wherever location s/he
wishes to arrive.
John
"Ankur Goyal" <ankur@proteans.com> wrote in message
news:%23KJ$g650EHA.1296@TK2MSFTNGP10.phx.gbl...
> Hi !
>
> I am using Forms authentication in my web application , but after
> authenticating used it is again redirecting to Login page.....
>
> How to resolve that issue.
>
> Thanks
> Ankur
>
>
>
- Next message: Leon: "Vs.net and Photoshop?"
- Previous message: Vic: "isinrole reverts to windowsprincipal?"
- In reply to: Ankur Goyal: "Form's Authentication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|