J
Jonathan Wood
Greetings,
I'm fairly new to ASP.NET/ADO.NET and SQL. I worked out a few issues with
the help of some nice folks here.
Now, I'm starting a clean Web site project but am having trouble right off
again.
I'm trying to create a new database using MS SQL Server 2005. I entered
localhost as the Server name, selected Use Windows Authentication, and
entered a new name for my database. When I click OK, I get the following
error:
Microsoft Visual Studio
An error has occurred while establishing a connection to the server. When
connecting to SQL Server 2005, this failure may be caused by the fact that
under the default settings SQL Server does not allow remote connections.
(provider: Named Pipes Provider, error: 40 - Could not open a connection to
SQL Server)
As far as I know, localhost does not indicate a remote connection. I
eventually connected to a database previously with SQL Express Edition, so
I'm guessing this might have to do with my SQL configuration.
I'm using Visual Studio 2005 on a new C#/ASP.NET project. I'm running
Windows XP Professional w/SP2. Sorry, but virtually every suggestion I get
will probably need to include instructions on how to do--I'm quite new to
this.
Any help greatly appreciated!
I'm fairly new to ASP.NET/ADO.NET and SQL. I worked out a few issues with
the help of some nice folks here.
Now, I'm starting a clean Web site project but am having trouble right off
again.
I'm trying to create a new database using MS SQL Server 2005. I entered
localhost as the Server name, selected Use Windows Authentication, and
entered a new name for my database. When I click OK, I get the following
error:
Microsoft Visual Studio
An error has occurred while establishing a connection to the server. When
connecting to SQL Server 2005, this failure may be caused by the fact that
under the default settings SQL Server does not allow remote connections.
(provider: Named Pipes Provider, error: 40 - Could not open a connection to
SQL Server)
As far as I know, localhost does not indicate a remote connection. I
eventually connected to a database previously with SQL Express Edition, so
I'm guessing this might have to do with my SQL configuration.
I'm using Visual Studio 2005 on a new C#/ASP.NET project. I'm running
Windows XP Professional w/SP2. Sorry, but virtually every suggestion I get
will probably need to include instructions on how to do--I'm quite new to
this.
Any help greatly appreciated!