Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > asp login and password to custom page?

Reply
Thread Tools

asp login and password to custom page?

 
 
Brian Roccoforte
Guest
Posts: n/a
 
      04-17-2004
I'm trying to create a login and password field that will take the user to
their own designated personal user page, depending on the username and
password used. I am using an access database connected through ODBC on a
windows server. Any ideas? Thanks!!


 
Reply With Quote
 
 
 
 
Peter Rilling
Guest
Posts: n/a
 
      04-18-2004
Do you have a specific question.

Basically you could use forms authentication that is part of ASP.NET. The
system will automatically redirect the user to a login page when the user is
not logged in. Once you have indicated to ASP.NET that the user can use the
system, they could then be redirected to a common page that can then
determine which home they should use.

I know this is kind of a general explanation, but without as specific
question this is all I can offer. Basically, search MSDN or Google for
"forms authentication" and you should get all the articles that you need.

"Brian Roccoforte" <> wrote in message
newsEigc.22756$ab3.4084@fed1read02...
> I'm trying to create a login and password field that will take the user to
> their own designated personal user page, depending on the username and
> password used. I am using an access database connected through ODBC on a
> windows server. Any ideas? Thanks!!
>
>



 
Reply With Quote
 
 
 
 
Paul Singleton
Guest
Posts: n/a
 
      04-21-2004
Brian,

In your Access database, you'd have a field in the USERS table, along
with username and password, that would be URL or something.

When users log in, it checks their URL field and then does a
response.redirect.

Sample code available upon request.

Paul

Brian Roccoforte wrote:
> I'm trying to create a login and password field that will take the user to
> their own designated personal user page, depending on the username and
> password used. I am using an access database connected through ODBC on a
> windows server. Any ideas? Thanks!!
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lost Windows login Password? 6 Ways to Recover and Recover windows Password jamesstevn General Computer Support 0 03-10-2010 03:18 AM
Change a users password without knowing the old password nor the answer to the password question AAaron123 ASP .Net 1 01-16-2009 02:56 PM
Changing a users password without knowing the old password nor the answer to the password question AAaron123 ASP .Net 2 01-16-2009 02:08 PM
Login Controls - Force user to change password at next login pj ASP .Net 2 10-31-2006 12:16 AM
asp:login w/ ASP.NET 2.0 -- still can't get basic login page to work Sasquatch ASP .Net 2 10-04-2006 04:04 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57