Locked out of my own SQL Server???
From: Stephajn Craig (s.craig@funsunvacations.com)
Date: 10/03/02
- Next message: Stephajn Craig: "Re: Locked out of my own SQL Server???"
- Previous message: Jeff Cochran: "Re: .exe file download through web server"
- Next in thread: Stephajn Craig: "Re: Locked out of my own SQL Server???"
- Reply: Stephajn Craig: "Re: Locked out of my own SQL Server???"
- Reply: Atrax _: "Re: Locked out of my own SQL Server???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Stephajn Craig" <s.craig@funsunvacations.com> Date: Thu, 3 Oct 2002 10:51:53 -0600
Hi all,
I can't seem to gain access to my SQL server from within my ASP
Application.
It's the OLE-DB provider throwing back the error. I've configured my ASP
app to use an applicationwide Connectionstring Variable that uses the sa
account (for the moment) to interface with the database. What I get back
is:
Error Type:
Microsoft OLE DB Provider for SQL Server (0x80004005)
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access
denied.
Strange part is that I can create a UDL file, and that will work just fine,
but the ASP app won't work.
I can ping the server, use Query Analyzer to log onto the server using the
same credentials I supply in the ASP application, but for some reason, I'm
getting back that error. Does anyone have any thoughts?
Here's my connectionstring:
Application("ConnectionString") = "user id=sa;password=funtest;data
source=funwebtest;initial catalog=FSIntranet2;"
Thanks for any help,
Stephajn
- Next message: Stephajn Craig: "Re: Locked out of my own SQL Server???"
- Previous message: Jeff Cochran: "Re: .exe file download through web server"
- Next in thread: Stephajn Craig: "Re: Locked out of my own SQL Server???"
- Reply: Stephajn Craig: "Re: Locked out of my own SQL Server???"
- Reply: Atrax _: "Re: Locked out of my own SQL Server???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|