I need to disrupt socket pooling in Iis6. I'm reading a KB article on how
to do it. The following is a quote:
"By default, IIS 6.0 listens on all IP addresses. You can specify the IP
addresses IIS will listen on by adding them to the IP inclusion list."
Suppose I've three IP addresses:
- 192.168.1.1
- 172.16.1.1
- 10.1.1.1
According to the quote, Iis6 listens to all three addresses. I move
172.16.1.1 to some sort of inclusion list for Iis6 to listen to this address.
What's the net effect? Iis6 keeps listening to 192.168.1.1 and 10.1.1.1 by
default, and to 172.16.1.1 because I moved it to some list manually.
Pray, enlighten me.