Home All Groups Group Topic Archive Search About

using an alternate Windows login with integrated security

Author
24 Oct 2006 2:13 PM
PJ6
I'm posting here because I struck out using Google and everyone else I've
asked is scratching their heads. In one project we have a DBA that instists
that an app connect to SQL Server using a Windows service account. This
isn't a SQL Server account, but Windows, so I don't know how to 1. have my
application gain alternate Windows login credtials or 2. use them to make a
DB connection using integrated security.

I'm assuming, here, that this is possible. It is, right?

Paul

Author
25 Oct 2006 2:50 PM
Leon Mayne
"PJ6" wrote:
> 1. have my application gain alternate Windows login credtials

What kind of app is it? If it's an ASP.NET app then you can turn
impersonation on and get the webapp to run as a specified windows account.