Forms authentication

Claybrooks08kca

New Member
I've been asked to convert an exisitng web site to asp.net. But b4 I dive into it, I would like to get the concepts/logic flow clear in my head which is a Herculean task considering I'm just learning asp.net.<BR><BR>This site has a login page as its default page. A user must login every time and based on his profile information, he is redirected to one of two pages. With this business reqt, I can't use Forms Authentication on asp.net? If I can't use it, how can I secure my pages? I know how to secure my pages in the classic asp way, but how can this be done in the asp.net way?<BR><BR>I hope I make sense, but let me know if I don't. Thanks.<BR>Maybe I am ignorant here, but I think you can use form authentication and do the business logic you want.<BR><BR>http://www.4guysfromrolla.com/webtech/110701-1.shtml<BR><BR>Check out this article if you have not already. From what I understand, you can authenticate the user using the very nice features in asp.net then redirect them as needed.<BR><BR>Am I missing something?<BR>
 
Back
Top