Hi Geeks,
Can some pls help me in this problem ?
My Web application has timeout set to 90 sec(which is default) and the DB commandtimeout changed to 90 sec (default is 30 sec) , if my application runs more than 90 sec i get the Timout error from DB, so i increased the DB timeout to 200 sec, now the query works fine, but what is the purpose of the web request timeout which is 90 sec ?
Actally speaking when the request takes more than 90 sec it shd through me an error ? right ?
Note : The application is publised and not in debuig mode.

