Hide non default URL port

Multi tool use


Hide non default URL port
How to hide non default URL port number for IIS and ASP :
example:
https://myweb.com:4797 - To be > https://myweb.com
Writing port number with URL difficult for users and not secure also to show it in the web search bar ?
1 Answer
1
You can give binding to your site on https://myweb.com:4797
NOTE : You can choose binding type https, on my computer was disabled so it is not seen in picture.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.