Re: C# connection string using Windows NT Authentication
- From: "Dave Fancher" <eijitek@xxxxxxxxxxx>
- Date: Sat, 30 Apr 2005 01:16:13 -0500
I'd like to add a bit to the previous poster's response.
Unless I misunderstand your issue, you indicate that you are using Windows
authentication to connect to SQL Server 2000 and the connection is working
fine on your computer but not on a remote server. What you do not indicate
is:
1.) If you are connecting to a local instance of SQL Server on your
computer.
2.) If the SQL Server instance that you are connecting to on your computer
is the same as the one you'll be connecting to from the remote server.
3.) How the site is configured on your computer.
>From what you have described, it sounds much less like a connection string
coding problem than a configuration issue. The account that the ASP.NET
worker process runs under must have access to the database for integrated
security to work unless impersonation is used in which case the
impersonation account must have access to the database. In the event that
you are unable to have access granted for a particular Windows account,
you'll need to resort to SQL Authentication.
HTH
----------------
Dave Fancher
http://davefancher.blogspot.com
"Maziar Aflatoun" <maz00@xxxxxxxxxx> wrote in message
news:Gq2dnSSITtm9Ze_fRVn-sw@xxxxxxxxxxxxx
> Hi guys,
>
> I'm using Windows authentication to connect to SQL Server 2000. On my
> computer the connection is fine. Now if I move it to a remote server, how
> to I hard code my Username/Password in my connection string (using Windows
> NT authentication and not SQL Server authentication)?
>
> Thank you
> Maz.
>
>
.
- References:
- C# connection string using Windows NT Authentication
- From: Maziar Aflatoun
- C# connection string using Windows NT Authentication
- Prev by Date: Re: HELP!
- Next by Date: Re: Login failed for user '(null)'. Reason: Not associated with a
- Previous by thread: Re: C# connection string using Windows NT Authentication
- Next by thread: HELP!
- Index(es):
Relevant Pages
|