Re: Separate Webserver and SQL Server -- error when connecting asp.net app to a database
- From: "Mark Rae" <mark@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 10 Apr 2005 11:34:41 +0100
"Ann Marinas" <ka_marinas@xxxxxxxxxx> wrote in message
news:O8EQVObPFHA.2604@xxxxxxxxxxxxxxxxxxxxxxx
> Please help! I would really appreciate it!!
1) Are you using the native .NET data provider, OleDb or (surely not!) ODBC?
2) What ConnectionString are you using?
3) When you installed SQL Server, what authentication mode did you choose
(SQL Server, Windows or mixed)?
4) On the SQL Server machine, launch SQL Query Analyzer (NOT ENTERPRISE
MANAGER!) and try to log in using the UserID and password from the
ConnectionString in 2) above - can you? If so, can you drop the database
dropdown and select the database from the ConnectionString in 2) above? If
so, run SELECT * FROM sysobjects - what do you see?
.
- Follow-Ups:
- References:
- Prev by Date: Re: What is "this" ?
- Next by Date: Re: Separate Webserver and SQL Server -- error when connecting asp.net app to a database
- Previous by thread: Re: Separate Webserver and SQL Server -- error when connecting asp.net app to a database
- Next by thread: Re: Separate Webserver and SQL Server -- error when connecting asp.net app to a database
- Index(es):
Relevant Pages
|