Page 1 of 1

Admin Error

Posted: Mon Jul 19, 2010 1:32 pm
by CGrouse
I keep getting lots of these in my event log and it is slowing down the site:

7/19/2010 2:56:33 PM Error
An error has occured at https://www.roadkilltshirts.com/admin/Default.aspx

Exception of type 'System.Web.HttpUnhandledException' was thrown.; Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

Anyone have any thoughts?

Thanks

Chris

Re: Admin Error

Posted: Mon Jul 19, 2010 4:14 pm
by jmestep
It could be a bandwidth problem or a SQL server performance problem or something similar.

Re: Admin Error

Posted: Wed Jul 21, 2010 9:56 am
by mikek
Hello,

The "Timeout expired" exception usually indicates slow network connection between your web site and database server. Try adding

Connect Timeout=300;

into your database connection string and see if it solves the issue. The connection string is located in the App_Data/database.config file.