Re: Error: SQL Server does not exist or access denied
From: Aaron Bertrand [MVP] (aaron_at_TRASHaspfaq.com)
Date: 04/13/04
- Next message: Mark Schupp: "Re: Error: SQL Server does not exist or access denied"
- Previous message: Aaron Bertrand [MVP]: "Re: Error: SQL Server does not exist or access denied"
- In reply to: Dave Navarro: "Re: Error: SQL Server does not exist or access denied"
- Next in thread: Dave Navarro: "Re: Error: SQL Server does not exist or access denied"
- Reply: Dave Navarro: "Re: Error: SQL Server does not exist or access denied"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Apr 2004 17:33:25 -0400
> I'm accessing the server using LOCALHOST as suggested by ASPFAQ.
Actually, http://www.aspfaq.com/2126 has this:
<snip>
If you are running SQL Server or MSDE on the same machine as your ASP pages,
you are probably tempted to use the hostname "localhost." This doesn't
always work, due to different configuration issues, so try (local),
127.0.0.1, the actual host name, or simply a period (".").
</snip>
And in the 80004005 article to which I think you're referring (it is a
rather large site, so saying the site suggested it is rather vague), it
suggested using 127.0.0.1 or LOCALHOST if the *network name* is failing.
Did you try 127.0.0.1, the local network name, (local), ., the local IP
address, ...?
-- Aaron Bertrand SQL Server MVP http://www.aspfaq.com/
- Next message: Mark Schupp: "Re: Error: SQL Server does not exist or access denied"
- Previous message: Aaron Bertrand [MVP]: "Re: Error: SQL Server does not exist or access denied"
- In reply to: Dave Navarro: "Re: Error: SQL Server does not exist or access denied"
- Next in thread: Dave Navarro: "Re: Error: SQL Server does not exist or access denied"
- Reply: Dave Navarro: "Re: Error: SQL Server does not exist or access denied"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|