I have web api service which I want to expose to the world.
So I created no-ip account, download it's client app, configured no-ip host name.
I then publish my web api project and create new website on my local iis using IIS Manager.
I am able to browse this website.
I also assign port on my website to 11992.
Question is: why I am able to see this website on http://localhost:11992
and not on mywebiste.ddns.net:11992
?
Are there any other steps I should take in order to make this work?
Update: My 11992 TCP port is not blocked by windows firewall. On my request ISP is assign me a public ip, so it's not static.
is your PC connecting to the Internet using a router that is applying "NAT translations"?
I guess, it's huawei router and I added port 11992 using NAT - Virtual Server option and using canyouseeme.org reports
Success: I can see your service on xx.239.xx.58 on port (11992) Your ISP is not blocking port 11992 When I hit mywebsite.ddnes.net I'm getting router admin login (like I hit 192.168.1.1) but when I'm try mywebsite.ddnes.net:11992 I'm getting 404 error