SQLServer login with Trusted Connection thru ASP
From: Jim Corey (jcorey_at_nospamcharter.net)
Date: 12/28/04
- Next message: Ray Costanzo [MVP]: "Re: SQLServer login with Trusted Connection thru ASP"
- Previous message: Bob Lehmann: "Re: Enter key will not submit the form"
- Next in thread: Ray Costanzo [MVP]: "Re: SQLServer login with Trusted Connection thru ASP"
- Reply: Ray Costanzo [MVP]: "Re: SQLServer login with Trusted Connection thru ASP"
- Reply: Bob Barrows [MVP]: "Re: SQLServer login with Trusted Connection thru ASP"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Dec 2004 10:50:19 -0800
We're looking at logging on to SQLServer using Windows Authentication
from an ASP app, and trying to figure out what will work.
The following connection string works with Basic Authentication:
driver={SQL
Server};SERVER=MyServer;Database=MyDB;Trusted_Connection=yes;
Is there a way to do this with IIS security set to Integrated Windows
Authentication?
More: This is an existing app where currently each user has a database
login. We want to get away from that. Another option would be to
create a database user for the app, so we may do that. Any opinions
welcome.
TIA,
Jim
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Ray Costanzo [MVP]: "Re: SQLServer login with Trusted Connection thru ASP"
- Previous message: Bob Lehmann: "Re: Enter key will not submit the form"
- Next in thread: Ray Costanzo [MVP]: "Re: SQLServer login with Trusted Connection thru ASP"
- Reply: Ray Costanzo [MVP]: "Re: SQLServer login with Trusted Connection thru ASP"
- Reply: Bob Barrows [MVP]: "Re: SQLServer login with Trusted Connection thru ASP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|