user auth from password list

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi just wondering if someone could provide a brief sample or a link to one that provides code for a password authentication scheme. I am using VB.net and would like to only let certain users access a webpage and want to do this with a password scheme. Thanks Paul
 
Paul

You can try either of Form, Windows or passport authentication, as per the need in your application. In "Form authentication", you can even store usernames and passwords in <credentials> attribute

Following link gives insight in the topic of authentication. .>>

http://www.4guysfromrolla.com/webtech/110701-1.shtm

Hope this help
Avnees

----- Paul wrote: ----

Hi just wondering if someone could provide a brief sample or a link to one that provides code for a password authentication scheme. I am using VB.net and would like to only let certain users access a webpage and want to do this with a password scheme. Thanks Paul
 
Back
Top