01 April 2009
IIS 7 Tip # 6 You can reset the TCP connection when “Service Unavailable” happens
Instead of returning the “Service Unavailable” message to the client you can terminate the TCP connection. This can be helpful in environments where you have a Load Balancer which ’understands’ a TCP reset instead of “Service Unavailable”. In IIS 7.0 you can set it via the IIS manager UI in the Advanced Properties of the Application Pool.
This option is available in IIS 6.0 as well. But you need to set it using the adsutil.vbs script (or edit the metabase directly)
cscript adsutil.vbs set w3svc/apppools/loadbalancercapabilities 1
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using
Comments
Leave a Comment
Comment Policy: No HTML allowed. URIs and line breaks are converted automatically. Your e–mail address will not show up on any public page.