-
Posted to
IIS7 - Classic ASP
by
thig95
on
06-11-2009, 3:00 PM
I've now got Kerberos authenticating properly to the website. I needed to disabled Kernel Mode because I put the the two SPNs under the domain account. I am still not able to get credentials to be delegated to the backend database server. I know it's because I don't have the SPN set right for that. I tried "setspn.exe -A ...
-
Posted to
IIS7 - Classic ASP
by
thig95
on
06-08-2009, 9:13 AM
So I was able to successfully run the tool via my website. The problem was as you stated...NTLM was being utilized for authentication and there was no SPN associates with the domain account that the worker process is running on. I made the recommended changes, however now i'm unable to access the site at all. I know Kerberose is being used ...
-
Posted to
IIS7 - Classic ASP
by
thig95
on
06-04-2009, 11:01 AM
Thanks very much Paul...i'm going to download this and give it a try. I will let you know whether i'm successful or not!
-
Posted to
IIS7 - Classic ASP
by
thig95
on
06-04-2009, 9:53 AM
I have recently migrated an application written in ASP classic to a server running IIS 7 (64bit) on Server 2008 Standard. I have IIS 6 compatibility installed, as well as basic and windows authentication modules. This server is part of a corporate domain. I am trying to establish windows authentication to this web server as well as a SQL 2005 ...