|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: sign-in .asp page for the advanced pw protection files |
From: |
Oscar |
Date: |
3/14/2000 1:39:32 AM |
IP: |
207.235.95.82 |
There a couple of ways to accomplish this, depending on the level of security required.
1. Create a table with user names and passwords. Then check the login against this table.
2. Use the servervariable("Auth_user") to retreive the user name, only on an intranet, then check that name against either a constant or table data.
3. If this is done in SQL then you can setup user accounts and verify against the login.
Hope this helps |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|