Web Config Timeout Connection Timeout
29 September 2014
Hello everybody,
Today I want to note web.config properties, which took for me some time to discover. It is possible to add two options in connection string of web.config.
1. Timeout=60
2. Connect Timeout=300
What is difference between those two parameters?
The first one set for how long your code at db will be executed. The second one sets for how long your code will wait for result.