Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 31st, 2005, 01:30 PM
Authorized User
 
Join Date: Sep 2005
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default User authntication problem

Hi,
I am making an application in asp.net, in which i want to authenticate user by user id and password but if i use forms authentication its works with two forms and i have more than two forms,because my problem is that after login i want to redirect user to that form which to i want,but using forms authentication how i set the path for redirected page. what i should do, can anyone help me, thanks in advance

asif
__________________
asif
 
Old January 1st, 2006, 04:47 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Forms authentication can use many forms. The authentication applies to the entire application (using a typicaly setup). Once you are authenticated you can access any form in the application. After you have verified login you can redirect to whatever form you want.

Here are the two typical methods used with forms authentication:

System.Web.Security.FormsAuthentication.RedirectFr omLoginPage()

Use this method to issue the authentication cookie and automatically redirect to whatever page the user was trying to access when they were forced to go to the login page to authenticate.

System.Web.Security.FormsAuthentication.SetAuthCoo kie()

Use this method to issue the cookie without automatic redirect, then issue your own redirect to whatever specific page you want.

-Peter
 
Old January 3rd, 2006, 11:44 AM
Authorized User
 
Join Date: Sep 2005
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for your suggestion

asif





Similar Threads
Thread Thread Starter Forum Replies Last Post
Much much problem with the User Control! daffodils ASP.NET 1.0 and 1.1 Basics 7 October 20th, 2006 10:46 AM
User Authentication problem asif_sharif ASP.NET 1.0 and 1.1 Professional 1 January 1st, 2006 04:48 PM
User Authentication problem asif_sharif ASP.NET 1.0 and 1.1 Professional 1 January 1st, 2006 04:48 PM
aspnet user problem burdalescub Classic ASP Professional 4 December 14th, 2004 01:31 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.