Hi all,
I have a problem with IIS7 and socket pooling. Currently IIS7 binds to all IP addresses on port 443 for HTTPS services. The problem is that I have a different application that serves HTTPS content on port 443 and I need to run this side by side with IIS on different IP addresses. However, IIS7 does not seem to have an option to disable socket pooling as in previous releases of IIS (http://support.microsoft.com/default.aspx?scid=kb;EN-US;813368). How do I disable socket pooling in IIS7 so that it binds only to specific IP addresses?
-Thomas