Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Server Application Unavailable


Message #1 by "dirk neethling" <dirk.neethling@g...> on Mon, 8 Jul 2002 12:42:34
I've got an iterative-intensive app (Monte Carlo simulation for risk 
management of construction company) with upwards from 50000 iterations per 
node (can be hundresds of nodes).
The db query is simple, then the heavy work follows in a class. 
Often I get the message "Server Application Unavailable" on my web, after 
about 3 minutes.
I've set the timout on both the webserver (VBScript timeout) and the SQL 
server at 14400.
I also reset the applicationTimeout in the machine.config file.
It seems the client request times out.
What could it be.
dirk

  Return to Index