Hello,
We are hosting our DNN installation on port 51001, but our public facing FQDN is on port 80.
Traffic should look like this:
FQDN --> Physical Server IP:Port
dev.www.mystie.com:80 --> 172.19.132.209:51001
With subsequent requests being sent to dev.www.mysite.com:80.
Instead, subsequent requests are being sent to dev.www.mysite.com:51001.
I think this should be fixable by setting the web.config entry for UsePortNumber to false. However, this does not change the behavior at all. I have used Fiddler to trap the HTTP traffic, and this is the output I receive. This displayed IP matches that of the FQDN.
[Fiddler] Connection to dev.fitnesstracker.freeclear.com failed.
Exception Text: No connection could be made because the target machine actively refused it 172.19.133.29:51001
I also have the EnableWebFarm set to True, if that should make any difference.
Thanks,
Mike