System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown. ---> System.Data.SqlClient.SqlException: SQL Server does not exist or access denied.
at System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnection.Open()
at Component.EnterPrise.SqlConnection.OpenConnection(String connectionString)
at Component.EnterPrise.DbAccess.OpenConnection(String connectionString)
at Component.EnterPrise.DbAccess.CreateCommand(String commandString, Boolean isStoredProc)
at Component.EnterPrise.DbAccess.Prepare(String sqlCmd, Boolean isStoredProc)
at BIPWCA.FACTORY.tblImageMasterFactory.GetSearchCount(String Key, Int32 catid, Int32 Windex, Int32 Dindex, Int32 Orient, Int32 HIndex)
at BIPWCA.Index.bindThumbImages()
at BIPWCA.Index.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain()
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) This error may be due to improper input |