Re: SQL Server does not exist or access denied.
From: Chris Jackson (chrisj_at_mvps.org)
Date: 08/06/03
- Previous message: gg: "SQL Server does not exist or access denied."
- In reply to: gg: "SQL Server does not exist or access denied."
- Next in thread: Carl Prothman [MVP]: "Re: SQL Server does not exist or access denied."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 6 Aug 2003 12:26:52 -0400
Set up your ASP.NET process to use a domain account rather than a local
account. You can do this by editing your machine.config, or by using
impersonation on ASP.NET, having anonymous authentication, and then setting
IIS to use that domain account as its process identity. Alternately, you
could use authentication and set up permissions for all of your users on the
SQL server.
-- Chris Jackson Software Engineer Microsoft MVP - Windows XP Windows XP Associate Expert -- "gg" <gg.subscribe@hotpop.com> wrote in message news:OSyVuSDXDHA.1888@TK2MSFTNGP10.phx.gbl... > hi group, > > i previously have a single machine development environment on server03 > (w2K3, stand alone, SQL2K). > i configured it so that my app is using "NT AUTHORITY\NETWORK SERVICE" to > access to the database it and it worked just so fine. > > now, i am installing my asp.net app and database to a new production > environment. > my asp.net apps goes on server01 (w2k3, .net 1.1, domain controller). > my database on server02 (w2K3, stand alone, SQL2K). > now i get an error "SQL Server does not exist or access denied". > how do i setup so that my apps on server01 gets to access the database on > server02? > > any help will be appreciated. > > tnx! > > GG > >
- Previous message: gg: "SQL Server does not exist or access denied."
- In reply to: gg: "SQL Server does not exist or access denied."
- Next in thread: Carl Prothman [MVP]: "Re: SQL Server does not exist or access denied."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|