
Signature
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
On Jun 5, 4:48 pm, "Bob Barrows [MVP]" <reb01...@NOyahoo.SPAMcom>
wrote:
> rabblerow...@yahoo.com wrote:
> > Hi, I have IIS and SQL Server2K on the same machine where I am trying
[quoted text clipped - 35 lines]
>
> - Show quoted text -
Hi Bob,
OK I changed the connection string exactly as you suggested, but I
still get the same error. Any other ideas?
Thanks,
Russ
Bob Barrows [MVP] - 06 Jun 2007 01:47 GMT
> On Jun 5, 4:48 pm, "Bob Barrows [MVP]" <reb01...@NOyahoo.SPAMcom>
> wrote:
[quoted text clipped - 30 lines]
>> The connection string attributes should be user id instead of uid,
>> and password instead of pwd (but this is not your problem)
> Hi Bob,
>
> OK I changed the connection string exactly as you suggested, but I
> still get the same error. Any other ideas?
Instead of using (local), use the actual name of your sql server, which is
usually the same as the name of the machine on which it resides. The only
exception is if you've created multiple instances on the machine.
Use Query Analyzer to run this statement:
Select @@SERVERname
This will show the name of the server to be used as the data source.
If you'e still having problems, show me the new connection string and the
text of your error.

Signature
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"