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 23: 	string strSQL = "SELECT Teaser FROM HomePageFeature WHERE Display = 1;";
Line 24: 	SqlCommand oCMD = new SqlCommand(strSQL, oConn);
Line 25: 	oCMD.Connection.Open();
Line 26: 	litFeature.Text = Convert.ToString(oCMD.ExecuteScalar());
Line 27: 

Source File: O:\Hosted Web Sites\adventurerinn.com\adventurerinn_com\www\ssi\page_top.aspx    Line: 25

Stack Trace:


[SqlException: SQL Server does not exist or access denied.]
   System.Data.SqlClient.ConnectionPool.CreateConnection() +402
   System.Data.SqlClient.ConnectionPool.UserCreateRequest() +151
   System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +464
   System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
   System.Data.SqlClient.SqlConnection.Open() +384
   ASP.f_aspx.__Render__control1(HtmlTextWriter __output, Control parameterContainer) in O:\Hosted  Web Sites\adventurerinn.com\adventurerinn_com\www\ssi\page_top.aspx:25
   System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +27
   System.Web.UI.Control.Render(HtmlTextWriter writer) +7
   System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
   System.Web.UI.Page.ProcessRequestMain() +1926


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