|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
IIS Authentication
I cant get my browser to pass on the NT domain\username to be passed to the IIS 5.0 server using ASP. The IIS server has the anonymous login disabled and Integrated Windows Logon enabled. But still it gives out the local machine's domain\username when request.ServerVariables("AUTH_USER") is executed. Some1 Please help me.I have wasted my whole day trying to figure it out today.
|
|
#2
|
|||
|
|||
|
I don't know the answer to your problem, but you can find the MS documentation here, perhaps you can find a clue.
http://msdn.microsoft.com/library/e...s_reference.asp
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
For your future needs you may want to consider bcAuthenticate:
You can create your users in a database and let an ISAPI filter map them to NT accounts on the fly. http://www.bestcode.com/html/bcauthenticate.html bcAuthenticate is an ISAPI based Authentication filter for IIS 4,5,6. It allows you put userid passwords in a database and manage them individually instead of relying on Windows NT accounts. It uses ODBC to access the database and map the users to NT accounts. It also caches them in memory for specified amount of time so it is fast. It has a GUI admin also. Regards, g. |
![]() |
| Viewing: ASP Free Forums > System Administration > Microsoft IIS > IIS Authentication |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|