regarding authentication in ASP 2.0
-
hai all, I have created a login page(ASP2.0) in my project. i would like to include authentication security. can anyone help me with this....thanks in advance
with Regards, Imthiyas Ahamed.A
HI!:laugh: C if u hav limited number of users then v can configure thru Authentication like code: so,only 2 users r allowed i.e shiva & imthiyas . no more users are allowed :) Urs Shiva
-
hai all, I have created a login page(ASP2.0) in my project. i would like to include authentication security. can anyone help me with this....thanks in advance
with Regards, Imthiyas Ahamed.A
-
HI!:laugh: C if u hav limited number of users then v can configure thru Authentication like code: so,only 2 users r allowed i.e shiva & imthiyas . no more users are allowed :) Urs Shiva
-
hai all, I have created a login page(ASP2.0) in my project. i would like to include authentication security. can anyone help me with this....thanks in advance
with Regards, Imthiyas Ahamed.A
Hi there! You can use the ASP.NET login control. And you can configure this either by using the Configuration utility. Or you can do this thing programatically. But this is the neatest solution for your problem. And It is one of the simplest too........