An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
no. 192.168.172.* is not a valid host name, which should be a computer name or dns entry. IIS 10 added support for wildcard prefix (ex: *.mysite.com)
you probably just want:
<bindings>
<binding protocol="http" bindingInformation="*:51404:" />
<binding protocol="https" bindingInformation="*:44367:" />
</bindings>
note: this ports are not typically open, so you will need to change your firewall rules