Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ASP.net and SQL

Hi. I am new to ASP.net and managed to connect to an Access database backend. I now want to build a Web application with a SQL backend but keep on getting the error below. I am using Visual Studio 2010. Am I supposed to download a version of SQL. I just assumed that SQL came as part of VS 2010. What about MySQL. Really need basic advice on setting up a SQL backend


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: TCP Provider, error: 0 – A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)

Avatar of Lee
Lee
Flag of United Kingdom of Great Britain and Northern Ireland image

Does your SQL Server allow remote connections?
Does your SQL Server allow remote connections?
Avatar of Murray Brown

ASKER

I have no idea? I downloaded SQL server management studio but don't even know how to use that
ASKER CERTIFIED SOLUTION
Avatar of deighton
deighton
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Are you saying you have SQL server elsewhere?  or on your PC?   if so, then, no you shouldn't need to download SQL
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the response. I was previously able to add a database by right clicking in the server explorer but can't now. Should I perhamps reinstall the visual studio 2010 software.Really just need a few pointers omn how to easily and simply connect to a SQL database in VS ASP.net 2010
thanks