You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @sdfeyell,
First of all, thanks for your interest in this project!
The purpose of this project has always been educational - and given that it was last updated more than two years ago, I would strongly recommend that for any real world scenario you use something supported and maintained - such as SignalR for ASP.NET Core.
However, if your purpose is indeed educational, I recommend you follow the original article that introduced this project, which has been updated for ASP.NET Core 3, and whose implementation you can find on the dotnetcore3 branch.
(Do keep in mind that the branch contains a reduced set of the initial features, and its purpose is educational).
Specifically, for more information about hosting an ASP.NET Core application on IIS, I would defer to the official documentation.
thanks a lot for your replay.
I implemented your solution for ASp.NET Core 3 in my Project. Instead of SignalR I use the Sql Dependency with WebSockets, so that I believe it is better for my real world scenario whis is working very well.
I will check the official documentation.
Hello,
I would like to host my web page which uses your WebSocketmanager Api in IIS on my Windows 10 machiene.
Could you please show this in a tutorial.
The text was updated successfully, but these errors were encountered: