#1 2017-05-19 21:00:32

rodrigobarbosa
Member
Registered: 2017-03-15
Posts: 3

Websockets Newbie - How share port 80 with iis

Hi,
I'm new using mormot and had no problems until now.
Have registered the URI to http.sys with no problem while not using sockets, but when changing to useBiDirSocket I can´t get it to work while IIS is running.

Does websocket share port such as the others protocols? I need the IIS running as well.


thanks

Offline

#2 2017-05-20 15:15:33

oz
Member
Registered: 2015-09-02
Posts: 95

Re: Websockets Newbie - How share port 80 with iis

Hi, current WebSocket implementation requires exclusive port usage. You can not share the same port with your IIS instance when using any other kind then http.sys mode. Just specify another port in the constructor.

Offline

#3 2017-05-22 12:57:44

rodrigobarbosa
Member
Registered: 2017-03-15
Posts: 3

Re: Websockets Newbie - How share port 80 with iis

ok.
Thanks for the fast reply

Offline

#4 2017-06-02 12:48:08

turrican
Member
From: Barcelona
Registered: 2015-06-05
Posts: 94
Website

Re: Websockets Newbie - How share port 80 with iis

I made this working using mORMot HTTPApiSockets fork without problems.

Offline

Board footer

Powered by FluxBB