We are seeing an interesting issue.
The latest instance of this was seen with Win8.1, but we previously saw this with Win7.
Start with a clean Windows installation and do the following:
Install .net v3.5.1
Verify that the TCP ephemeral port range starts at 49152. We used netsh.exe.
Install Ultidev
The TCP port range changes to start at 1025.
Manually change the ports to start at 49152.
Uninstall, re-install the Web server.
The port range stays at 49152.
Has anyone else noticed this?
Is there a reason for this?
Can anyone else duplicate it?