P
Paul Mason
Hi folks,
I thought I'd got this sorted, but apparently not.
Everything in the documentation indicates that setting the IIS settings to
use integrated logins and changing my authentication mode in web.config to
windows would be all I needed to do. It didn't want to know the
authentication until I switched on impersonation either.
Thus my web.config has
<authentication mode="Windows"/>
<identity impersonate="true"/>
When ia had it setup on my local machine, it authenticated OK (which it
didn't before when in an NT domain).
When set up on my web server however, I get the "Login failed for user
'(null)'. Not associated with a trusted login" error, whenever I access a
page that needs to authenticate to my SQL server.
Each machine (web server, sql server, workstations) are in an active
directory domain.
I thought kerberos sorted this all out?? I have no intention of using
impersonation...I'd rather stick to forms authentication.
Any ideas??
Cheers...P
I thought I'd got this sorted, but apparently not.
Everything in the documentation indicates that setting the IIS settings to
use integrated logins and changing my authentication mode in web.config to
windows would be all I needed to do. It didn't want to know the
authentication until I switched on impersonation either.
Thus my web.config has
<authentication mode="Windows"/>
<identity impersonate="true"/>
When ia had it setup on my local machine, it authenticated OK (which it
didn't before when in an NT domain).
When set up on my web server however, I get the "Login failed for user
'(null)'. Not associated with a trusted login" error, whenever I access a
page that needs to authenticate to my SQL server.
Each machine (web server, sql server, workstations) are in an active
directory domain.
I thought kerberos sorted this all out?? I have no intention of using
impersonation...I'd rather stick to forms authentication.
Any ideas??
Cheers...P