question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

After migrate from .Net to >net Core Self Host not working

See original GitHub issue

Hello all!

At Net Core 2 i using this easy sample Self-Host: https://docs.microsoft.com/en-us/aspnet/signalr/overview/deployment/tutorial-signalr-self-host

Aaaand, all working, thats great!

Ok.

BUT.

Now i`m want to use .Net Core 3.1

Question #1 is: where i can found easy sample like at help topic upper?

And yes, i`m reading documentation, and cant found for topic with name “Self-Host”.

Question #2: i`m dont need javascript/type-script/blazor clients samples, i need c# client code, where i can found it??

I need connect Net Core SignalR Self-Host server(will hosted as Docker container at Linux OS) with C# Client (at Windows OS).

How to??? Please help!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
BrennanConroycommented, Apr 12, 2020
0reactions
colotooncommented, Apr 13, 2020

As for assigning the port you can look here:

webBuilder.UseStartup<Startup>().UseUrls("http://localhost:8888");

I did some working pair from ChatServer example + Net Client Finally! Will working with this… Great Thank U!

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - Owin/System.Web.Http.SelfHost - Won't Start after ...
I migrated the project from .NET Framework to .NET Core, by creating a new project, importing the code and installing dependencies.
Read more >
App not working after upgrading from .Net Core 3.0 to . ...
Hi, I upgraded my web app to .Net 5.0 and it is no longer running on appservice. I am getting HTTP Error 500.31...
Read more >
Migration from Asp.Net Core 5.0 to 6.0 — Real project
The purpose of this article is to share my personal experience in migrating a real production application from .NET 5 to .NET 6....
Read more >
10 Things to Do to Migrate MVC/Web API to ASP.NET Core
Here's how to migrate your ASP.NET Framework MVC application to the latest version of .NET.
Read more >
ASP.NET Core IIS InProcess Hosting Issue in .NET Core 3.1
Ran into a nasty little issue with a hosted ASP.NET Core 3.1 application where InProcess hosting was not working.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found