|
-
Feb 6th, 2006, 03:26 AM
#1
Thread Starter
New Member
User Registration/Logger Design
i am really new to VB and SQL and I'm trying to develop a user registration database and a logger that locks the screen and the explorer cannot be accessed until a valid user/pass is typed in which is stored at the user reg database. This logger also has a redirecting capability wherein the user/pass has a designated external user/pass located at a certain website (so the program must also be able to communicate with an html user/pass field). After the user logs in, the program redirects the user to the website, already logged in, of course. Just an added info. I am not the owner of the said website.
Is VB and SQL the right tool for this design? Thanks
-
Feb 6th, 2006, 11:07 AM
#2
Re: User Registration/Logger Design
Do a search for asp.net forms authentication.
-
Feb 8th, 2006, 03:53 AM
#3
Thread Starter
New Member
Re: User Registration/Logger Design
thanks wild_bill, that really helped me a lot
-
Feb 8th, 2006, 02:17 PM
#4
Re: User Registration/Logger Design
Glad I could help, merry coding!
-
Feb 8th, 2006, 08:13 PM
#5
Thread Starter
New Member
Re: User Registration/Logger Design
well, i browsed through the tutorials on asp.net forms authentication. to my understanding, you need to be the owner of the website in order to have the login authenticated?...
because in my case, i am not the owner of the website, i just need the program to automatically enter in the credentials at the designated fields. and also somehow make my program able to "click submit". and all this will be done implicitly so that all the user sees is the page after the log in.
thanks
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
|
Click Here to Expand Forum to Full Width
|