Results 1 to 2 of 2

Thread: ASP, How can we programmatically verify whether the UserName and Password is Correct?

  1. #1
    Junior Registered
    Join Date
    Apr 2008
    Posts
    5

    ASP, How can we programmatically verify whether the UserName and Password is Correct?

    Hi...

    I really need answer for this...
    On asp.net, How can we programmatically verify whether the UserName and Password is Correct?
    and when i close the application directly and open again, is still in lon in status....?


    thanks....
    solutions4recovery - drug alcohol treatment programs.

  2. #2
    Registered
    Join Date
    Aug 2008
    Posts
    14
    it is not so difficult, if you store username and password in web.config it is automatically check for you. otherwise if you store them in a database, you have to use user role provider api to work with it.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •