i'm using visual studio 2010 with the languange c# / asp.net
i've make connection to localhost database
so there is my connection string
SqlConnection con = new SqlConnection("Server=localhost;Database=estrategik;User Id=rrrr;Password=rrrr1");
my problem is when i debug the system this error will occur
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
i've try serach on google how to fix this error and i've tried follow the all step from this link
My link
but it still error , i hope u can help me to solve this problem
thanks ,
zah .

New Topic/Question
Reply



MultiQuote





|