Request Timed Out

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
sleeve
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Fri Apr 16, 2010 3:18 pm

Request Timed Out

Post by sleeve » Tue Nov 30, 2010 3:49 am

Hey everybody,

A few weeks ago, we upgraded from 7.0.4 to 7.0.5. After that, we started seeing a lot of Request Timed Out errors in the log that weren't there before. We are running Windows Server 2008 and IIS7. My client claims that no changes have been made to their web server other than our AC upgrade. I've searched the AC forums and haven't seen anybody else complaining of this problem. A general search of the net turns up others with asp.net applications which are experiencing similar issues related to AJAX post requests and IIS7. The timeouts for our site often occur on pages with the AJAX update panel. Any thoughts or suggestions?

Thanks!
Sleeve

User avatar
s_ismail
Commander (CMDR)
Commander (CMDR)
Posts: 162
Joined: Mon Nov 09, 2009 12:20 am
Contact:

Re: Request Timed Out

Post by s_ismail » Tue Nov 30, 2010 9:23 am

Give a try by increasing executionTimeout in you web.config file
Locate this code in you web.config file

Code: Select all

 <httpRuntime maxRequestLength="4096"/> 
and replace with this

Code: Select all

<httpRuntime maxRequestLength="4096" executionTimeout="300"/>

sleeve
Ensign (ENS)
Ensign (ENS)
Posts: 5
Joined: Fri Apr 16, 2010 3:18 pm

Re: Request Timed Out

Post by sleeve » Tue Nov 30, 2010 3:54 pm

Thanks s_ismail. It's been 6 hours and so far, our log is clean. Any idea why the execution time out would need to be increased for 7.0.5?

Post Reply