Something's wrong!
We apologize, but it looks like something is broken on the website. Don't panic -- our support people have been notified and we will get it fixed ASAP.
Error code: 500 - Server Error
Here are some links to other areas of the site.
Detailed Error:
Exception of type 'System.Web.HttpUnhandledException' was thrown.
Error Handler:
Application_Error - Global
Detailed Error Message:
System.Web.HttpUnhandledException
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
Stack Trace:
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at DiagramManager.DiagramGetByUrlPath(String urlPath) in c:\sites\demo.advantageerp.com\App_Code\Managers\DiagramManager.cs:line 50
at shop_diagram.Page_Load(Object sender, EventArgs e) in c:\sites\demo.advantageerp.com\shop\diagram.aspx.cs:line 23
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)