Hi,
could someone please help me?
I have a notebook with Windows XP SP 2 and I installed SQLServer Express 2005.
I'm developing a web site using
ASP.NET and I'd like to enable caching with
SQL support.
When I run the aspnet_regsql.exe program to create the aspdbnet database and
enable the caching dependency I receive the following error:
An error has ocurred while establishing a connection to the server. When
connection to SQL Server 2005, this failure may be caused by the fact that
under the default settings SQL Server does not allow remote connection.
(Provider: named Pipes Provider, error: 40 - Could not open a connection to
SQL Server)
I am able to connect to the server using the sqlcmd program. In addition,
I'm not trying to do a remote connection since I'm trying to connect the SQL
Server localy.
Thanks in advance for your help!