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
 
Avneesh
thanks for the information as this looks like what I need. Paul.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top