Hi,
Try setting this to false in Web.config. If it works then put it in user.config so you don't lose the setting after upgrades.
<add key="MapAlternatePort" value="false" />
see the comments above it in Web.config to understand why it might need to be changed to false.
Hope it helps,
Joe