Greetings.
I have a weird problem here.
Our web application usually runs on port 5555. Installing it on port 80 poses some problems which are not important in that matter. The big advantage is that this port allows the Default Website to run on port 80.
One of our customers just doesn't want to type "application:5555", but only "application". He has stuff running on his default website on port 80, so a simple redirect is no option, it would break his applications.
What options do I have to simplify the string he has to enter into the address line?
Thanks!