http - SignalR on port 80/443 -
i try make push service runs on port 80 (or 443). these ports has inbound rules on firewall (for now). server windows server 2008 r2 , has iis installed on it.
the question whether can run signalr app owin (self host) on port 80 ? confllicted iis ? or possible run signalr on top of iis , won't change firewall configuration? or, possibility install vm has no iis installed on , can use port 80 freely?
thanks
you can host signalr application in iis. should enough poblish finished application website in iis. signalr wil located under website.
following tutorial should enough started: http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr
Comments
Post a Comment