We have configured multiple sites on an IIS server before, but now we cannot get a second site to work. IIS is installed on a virtual windows machine, and the ethernet adapter has multiple IP addresses assigned.
The second site on IIS has a binding to one of these IP addresses, which can be pinged fine, but the site cannot be reached.
I clicked Start, and the IIS site icon is missing the black dot that indicates Stopped.
The browser says: This page cannot be displayed with the suggestion to check the IP address.
With netstat I found out that no process is listening on the new IP address, which clearly is a problem.
We already tried with restarting IIS, and rebooting the entire virtual windows machine after creating the new IP address and new IIS site.
How do I get IIS to start listening on the IP address that its second site is assigned to?