T
|
thesofa 7/30/2008 |
Use LDAP authentication, this will allow users to log onto the database using their Win2K3 username and password. |
S
|
steveh 7/30/2008 |
Just set permissions on the directory and disable anonymous access in IIS, then code your logon to use the AuthUser (not at my desk, but check the correct variable) and you can trust that to be your Windows username (and domain, think it comes back as domain\username so you'll need to trim it). |
T
|
thesofa 7/30/2008 |
That sounds easier than LDAP Steve, is it IIS specific? |
S
|
steveh 7/30/2008 |
No, the variable applies to any webserver that can authenticate. |