Server Error in '/' Application.

SQL Server does not exist or access denied.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.

Source Error:


Line 65: 	cmdSelect = New SqlCommand("Select Site_Category FROM Domain_Lists WHERE domain_name='" & Dom_Name & "'", ConPubs)
Line 66: 
Line 67: 	conPubs.Open()
Line 68: 		Domain_Keyword = cmdSelect.ExecuteScalar()		
Line 69: 	conPubs.Close()

Source File: C:\Domains\advance-instruments.com\wwwroot\index.aspx    Line: 67

Stack Trace:


[SqlException: SQL Server does not exist or access denied.]
   System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +552
   System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
   System.Data.SqlClient.SqlConnection.Open() +384
   ASP.index_aspx.Page_Load(Object Sender, EventArgs E) in C:\Domains\advance-instruments.com\wwwroot\index.aspx:67
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +750


Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407