It's all changed with V2 and it's membership classes which handle everything you could possibly do with a user programmatically.........
Except the login/out bit!
formsauthentication still works for signout, but the authenticate method only works if you store your IDs in the web.config file and the whole point of the new membership classes is that you don't!
Main Topics
Browse All Topics





by: sara110Posted on 2005-09-11 at 05:56:16ID: 14858871
I know that in asp.net 1.1 you could use namespace system.web.security and from that you could use formsauthentication.signou t or give ticket to ur user for login page. maybe for .net 2 there is same method