Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to hosting Chat application in IIS #82

Open
sdfeyell opened this issue Jul 8, 2020 · 2 comments
Open

How to hosting Chat application in IIS #82

sdfeyell opened this issue Jul 8, 2020 · 2 comments

Comments

@sdfeyell
Copy link

sdfeyell commented Jul 8, 2020

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.

@radu-matei
Copy link
Owner

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.

Let me know if this helps!

@sdfeyell
Copy link
Author

sdfeyell commented Jul 8, 2020

Hi radu-matei,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants