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
Admin Error
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Admin Error
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
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
Re: Admin Error
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.
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