Server Error in '/' Application.

A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)

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: A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)]
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +437
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
   System.Data.SqlClient.SqlConnection.Open() +111
   Framework.DataManager.GetConnection() in D:\Web Sites\Alaska\TravelAlaska_Redesign\Framework\DataManager.cs:39
   Framework.DataManager.GetCommand() in D:\Web Sites\Alaska\TravelAlaska_Redesign\Framework\DataManager.cs:51
   Framework.DataManager.ExecuteSelect(String selectSQLString, SqlParameter[] parameters) in D:\Web Sites\Alaska\TravelAlaska_Redesign\Framework\DataManager.cs:82
   TravelAlaska.Data.DBEntity`2.RetrieveList(String QUERY, SqlParameter[] Params, String cacheKey) +312
   TravelAlaska.Data.DBEntity`2.RetrieveList(String QUERY, SqlParameter[] Params) +84
   TravelAlaska.Data.ServiceCodeData.RetrieveAllByRelatedPage(Int32 pageID) +160
   TravelAlaska.Data.ServiceCodeData.RetrieveAllByRelatedPage(String pageID) +93
   TravelAlaska.Activities.Sportfishing.index.Page_Load(Object sender, EventArgs e) in D:\Web Sites\Alaska\TravelAlaska_Redesign\TravelAlaska\html\Activities\Sportfishing\index.aspx.cs:22
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061


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