Click to See Complete Forum and Search --> : Timeout Error-Urgen


organic168
May 25th, 2004, 08:14 PM
I have a web site using .net & SQL server 2k. The site is running for about 2 months now. Recently we got timeout error when user click "Add to Cart button". I already changed the timeout session in both web.config page & the IIS setting. The problem still occurs. Please advice. thanks


The error message:
****************************************************
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Request timed out.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): Request timed out.]
****************************************************

coolbiz
May 27th, 2004, 06:47 AM
The best thing to do is to disect your code and point out all possible culprit (such as opening database, querying database and so on.) Then for each point, writes a log entry (log file, event log) so that you can find out where exactly that takes too long to process.

Good Luck,
-Cool Bizs