What should be the ideal connection timeout in asp.net application? Does it prove to be a bottleneck in the performance of a application. Thanks in advance.
What should be the ideal connection timeout in asp.net application? Does it prove to
Share
The connection timeout I like is at around 30s. Also, newer browsers will time out the page in around the same timespan.
Make certain that you do take a few things into consideration though, look here for what I mean.
As quoted: