J
Jeremy
In my ASP.NET web applications I would like to
use "integrated security=SSPI" instead of supplying a SQL
Server account credentials.
From what I understand there are security policy settings
that need to be setup on the web server to allow for me to
do this, but I'm not 100% sure what they are. I think I
have to allow a remote token (from remote computers) and
Kerberos, and in IIS use Integrated Windows Authentication
(with basic and anonymous turned off).
Anyway, I can't find anything in the security policy
settings that I can look at on my Windows 2000 Pro
development computer that I can play with to see if things
work. Are these things that only server editions have?
So I was wondering if anybody could please send me some
information with how the server(s) (are there any SQL
server configurations that need to setup to allow this to
work?) has to be configured to allow me to use SSPI in my
ASP.NET web applications. A link, some explainations,
anything that might help.
Thanks,
Jeremy
use "integrated security=SSPI" instead of supplying a SQL
Server account credentials.
From what I understand there are security policy settings
that need to be setup on the web server to allow for me to
do this, but I'm not 100% sure what they are. I think I
have to allow a remote token (from remote computers) and
Kerberos, and in IIS use Integrated Windows Authentication
(with basic and anonymous turned off).
Anyway, I can't find anything in the security policy
settings that I can look at on my Windows 2000 Pro
development computer that I can play with to see if things
work. Are these things that only server editions have?
So I was wondering if anybody could please send me some
information with how the server(s) (are there any SQL
server configurations that need to setup to allow this to
work?) has to be configured to allow me to use SSPI in my
ASP.NET web applications. A link, some explainations,
anything that might help.
Thanks,
Jeremy