I want to keep-alive on each connection, but for only max 5 seconds.
How can I setup this in web.config file, which section?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In IIS Manager, set the Connection Timeout, or, if you want to edit the appropriate file yourself:
IIS6:
C:\Windows\System32\Inetsrv\MetaBase.xmlIIS7:
C:\Windows\System32\Inetsrv\ApplicationHost.config:Caveat: I haven’t tried changing this setting myself.