Re: SQLServer Connection Problems...
- From: "Arnie Rowland" <arnie@xxxxxxxx>
- Date: Wed, 9 Aug 2006 16:19:25 -0700
Is your SBS box running ISA?
Do you have port 1433 open? (Which is a big mistake unless you have a rule
to limit the connection to the web server ip address.)
--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
"Jon" <jon_olson@xxxxxxx> wrote in message
news:OPGNMlAvGHA.4880@xxxxxxxxxxxxxxxxxxxxxxx
I have read all I can find and am just frustrated...
Our system uses SBS on a company network and Server 2003 for our web
server that is not in the company domain. I am developing a web based
system with VS2005 Pro.
I can connect to SQLServer Express on my computer running on localhost. I
can not connect to the database on SBS SQL2000 after I publish the site to
the web server.
I have created 2 different sets of matching User Accounts on both the web
server and the SQL server with no luck.
The SQL Server is listening on port 1433, TCP and named pipes are enabled.
MultiUser mode is on. Mixed mode authentication is on.
I have given up on Integrated Authentication and tried SQL Authentication.
Establishing a database connection within VS2005 is no problem.
here is the connection string, just for the heck of it...
connectionString="Data Source=sbscomputer; net=dbmssocn;
Database=Northwind; Integrated Security=False; User ID=ASPNET_Person;
Password=12345 "
From the webserver I am getting "Login failed for user 'ASPNET_Person'"
(my common identity on both web and SBS servers)
Got no idea why... I am stuck...
.
- Follow-Ups:
- Re: SQLServer Connection Problems...
- From: Jon
- Re: SQLServer Connection Problems...
- References:
- SQLServer Connection Problems...
- From: Jon
- SQLServer Connection Problems...
- Prev by Date: SQLServer Connection Problems...
- Next by Date: Re: SQLServer Connection Problems...
- Previous by thread: SQLServer Connection Problems...
- Next by thread: Re: SQLServer Connection Problems...
- Index(es):
Relevant Pages
|