Admin Error

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
CGrouse
Lieutenant (LT)
Lieutenant (LT)
Posts: 59
Joined: Tue Jun 10, 2008 12:44 pm

Admin Error

Post by CGrouse » Mon Jul 19, 2010 1:32 pm

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

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Admin Error

Post by jmestep » Mon Jul 19, 2010 4:14 pm

It could be a bandwidth problem or a SQL server performance problem or something similar.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
mikek
Commander (CMDR)
Commander (CMDR)
Posts: 112
Joined: Wed Oct 15, 2008 9:30 pm
Location: Boston, MA
Contact:

Re: Admin Error

Post by mikek » Wed Jul 21, 2010 9:56 am

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.
Mike Kolev

Post Reply