Server Error in '/' Application.

Timeout expired

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.OleDb.OleDbException: Timeout expired

Source Error:


Line 218:    dbconn=New OleDbConnection(MM_db_STRING)
Line 219:
Line 220:    dbconn.Open()
Line 221:    sql="SELECT pageID, norewrite, menuID, updated FROM menu_contentVIEW  where hidemenuitem = 0 and pagenamemenu = '" & a & "'"
Line 222:    dbcomm=New OleDbCommand(sql,dbconn)

Source File: D:\inetpub\commercialpropertiesofmaine\global.asax    Line: 220

Stack Trace:


[OleDbException (0x80004005): Timeout expired]
   Microsoft.VisualBasic.CompilerServices.Container.InvokeMethod(Method TargetProcedure, Object[] Arguments, Boolean[] CopyBack, BindingFlags Flags) +272
   Microsoft.VisualBasic.CompilerServices.NewLateBinding.CallMethod(Container BaseReference, String MethodName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, BindingFlags InvocationFlags, Boolean ReportErrors, ResolutionFailure& Failure) +196
   Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn) +216
   ASP.global_asax.Application_BeginRequest(Object sender, EventArgs e) in D:\inetpub\commercialpropertiesofmaine\global.asax:220
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64


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