All-Star
48320 Points
18006 Posts
Aug 20, 2018 04:56 PM|PatriceSc|LINK
Hi,
Still IIS on your own machine for development purpose or on a test/production server ?
For now it seems a https://www.fpweb.net/sharepoint-blog/understanding-iis-bindings-rules-and-practices/ issue ie no site is matching port 95 on your server (also if you have to use a port, it is AFAIK best to start from hight values let's say around 50000 as other lower ranges are "reserved" for other usage...
Edit: see to https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml it would be rather between 1024 and 49151 ?
All-Star
48320 Points
18006 Posts
Re: How to host My MVC Application in IIS
Aug 20, 2018 04:56 PM|PatriceSc|LINK
Hi,
Still IIS on your own machine for development purpose or on a test/production server ?
For now it seems a https://www.fpweb.net/sharepoint-blog/understanding-iis-bindings-rules-and-practices/ issue ie no site is matching port 95 on your server (also if you have to use a port, it is AFAIK best to start from hight values let's say around 50000 as other lower ranges are "reserved" for other usage...
Edit: see to https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml it would be rather between 1024 and 49151 ?