-
Is there a function which I can login with it in ASP.Net 2.0?
Is there a function which I can login with it in ASP.Net 2.0?
Normally I use the Login control to login system, is there a function which I can login with it.
If so , only two arguments (uersname and password) is needed.
-
Are you authenticating against the domain? I'm assuming that you're using Forms based authentication.
Once you start handling domain user ID and passwords in code you're opening a can of worms with respect to security. Not only that but you have to be able to handle password expirations, account lockouts, etc. in code when a login fails.
Paul
~~~~
Microsoft MVP (Visual Basic)
-
I use Membership provider's ValidateUser method (ASPNETDB.MDB), I'm a beginner, could you give me a sample? Thanks!
And more, where can I find source code of Login control? maybe I may analyse it.
-
Paul
~~~~
Microsoft MVP (Visual Basic)
-
Similar Threads
-
Replies: 4
Last Post: 04-14-2006, 09:09 AM
-
By Marcos in forum VB Classic
Replies: 3
Last Post: 01-25-2006, 12:18 PM
-
By Scott in forum VB Classic
Replies: 12
Last Post: 12-21-2001, 05:21 PM
-
Replies: 1
Last Post: 11-27-2001, 07:53 AM
-
By Kunal Sharma in forum VB Classic
Replies: 2
Last Post: 04-25-2000, 03:45 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|