Top "Kestrel" questions

Kestrel is a simple, distributed message queue system written in Scala.

Using appsettings.json to configure Kestrel listen port Dotnet core 2 preview 2

From what I understand the correct way of setting listen ports for ASP Dotnet Core 2 preview 1/2 is by creating a …

.net-core kestrel
Access environment name in Program.Main in ASP.NET Core

Using ASP.NET Mvc Core I needed to set my development environment to use https, so I added the below …

c# asp.net-core kestrel
Asp.Net Core Web API app: how to change listening address?

I write simple Asp.Net Core WebAPI 2.0 application, it works on my local machine. But i want to deploy it …

ubuntu asp.net-core asp.net-core-2.0 asp.net-core-webapi kestrel
How to properly stop running dotnet core web application?

In Visual Studio 2017 and 2019 on windows I run dotnet watch run in the Package Manager Console. It lunched kestrel for …

visual-studio .net-core visual-studio-2017 kestrel visual-studio-2019
"500 - Internal server error" when calling ASP .Net Core 2.1 Web API on Windows Server

I have an ASP .Net Core 2.1 Web API which I've deployed to a new server we recently purchased (running Windows …

iis asp.net-core-webapi asp.net-core-2.1 kestrel asp.net-core-webapi-2.1
Simple Pull Message Queue

I'm trying to find the right tool for the job. I've explored a few different message queues like Kafka, Kestrel, …

queue apache-kafka kestrel
Is kestrel for asp.net core application production ready?

I have an api used by my angular application developed in asp.net core 2.0 Its been deployed in IIS and …

security iis asp.net-core kestrel
Change the "/api" part of the url in ASP.Net Core

When I run a .NET Core Web API project, I get a URL that looks like this: http://localhost:5000/api/... …

asp.net-core .net-core asp.net-core-webapi kestrel
asp.net core HTTP Error 503. The service is unavailable

The event viewer shows the following errors "The worker process failed to pre-load .Net Runtime version No Managed Code." "The …

c# iis asp.net-core kestrel