Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Password protected site

Author  Topic 

Eagle_f90
Constraint Violating Yak Guru

424 Posts

Posted - 2002-11-21 : 07:01:33
Hi, I am making a password protected part of my web site. Each member has his/her own UID and pass and when that is entered, if correct, takes them to there own personal page. What I have it doing is going to my SQL 2000 database to check to see if the UID and pass are correct. What I want to do though is make it so when the page redirects them that the URL they see is still the URL of the log in page and not there password protected page. Any ideas? I am currently using ASP for the validation. Thanks for you time.

--
For thouse with wings, fly to your dreams.

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2002-11-21 : 07:09:37
Hi there

Over at www.4guysfromrolla.com there are some really good articles on form authentication with ASP. Maybe do a search around there. Might be your best bet.

Damian
Go to Top of Page
   

- Advertisement -