Error message when connecting SQL Server database to ASP.NET
I’ve been getting the following message when connecting my SQL Server database to the ASP.NET application: "Login failed because, under default settings, SQL Server 2000 does not allow remote connections." What might this mean?

Software/Hardware used:
ASKED: September 8, 2008  8:12 PM
UPDATED: September 9, 2008  5:17 AM

Answer Wiki:
By default SQL Server 2005 and above is not enable for remote connections. In SQL Server 2005 you use the Surface Area Configuration to enable remote access. In SQL Server 2008 you use the Configuration Manager to enable remote access.
Last Wiki Answer Submitted:  September 9, 2008  5:16 am  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.

 64,520 pts.