timeout

sundar k replied to Vinayakumar TN at 11-May-08 11:07

Whether your asp.net application access any com+ components, in that case you can take a look at below link on how to can avoid timeout issues,

An ASP.NET application may experience delays if a request times out when the application invokes in-process COM+ components

http://support.microsoft.com/kb/917069

Otherwise, try setting Connection Timeout property to a higher value in your web.config file and similarly if you are using Command Object to execute queries/sp then setting CommandTimeout property of Command object too and see whether it helps!

Is your webserver and database server are the same?

Asp.net - SQL Server Database Timeouts

Take a look at the below article for ways to avoid database timeouts error,

http://www.sqlserverandxml.com/2006/07/aspnet-sql-server-database-timeouts.html


Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  server application error - Vinayakumar TN  11-May-08 07:36 7:36:09 AM
      optimize.. - santhosh kapa  11-May-08 10:07 10:07:08 AM
      timeout - sundar k  11-May-08 11:07 11:07:52 AM
      check here... - Vasanthakumar D  12-May-08 12:20 12:20:26 AM
      Re: - Aravind Kumar  12-May-08 12:22 12:22:48 AM
          thanks - Vinayakumar TN  12-May-08 01:17 1:17:49 AM
View Posts