Top "Kestrel-http-server" questions

Kestrel is a HTTP server that is built-in to ASP.

How to configure Kestrel urls in startup class

I am trying to figure out the proper way to modify the URL(s) that kestrel listens on from the …

asp.net-core kestrel-http-server
HTTP.sys vs Kestrel: Why choose one over the other? Pros Cons?

What is the reason for two separate but similar servers? What are the differences? Can I run both in docker? …

asp.net asp.net-core kestrel-http-server
.Net Core behind NGINX returns 502 Bad Gateway after authentication by IdentityServer4

Having two applications auth and store and authenticating using IdentityServer4 and both are behind NGINX. The store application successfully authenticates …

nginx .net-core identityserver4 kestrel-http-server
How to troubleshoot thread starvation in ASP.NET Core on Linux (Kubernetes)?

I'm running an ASP.NET Core API on Linux, on Kubernetes in the Google Cloud. This is an API with …

multithreading asp.net-core kubernetes kestrel-http-server
How to Run a .NET Core MVC Site on AWS Linux Instance

I would like to run a .NET Core MVC website from an AWS Amazon Linux AMI instance. Here are the …

linux amazon-ec2 asp.net-core-mvc kestrel-http-server
How to determine which port ASP.NET Core 2 is listening on when a dynamic port (0) was specified

I've got an ASP.NET Core 2.0 app which I intend to run as a stand-alone application. The app should start …

kestrel-http-server asp.net-core-2.0
AspNetCore (Kestrel) request timed out

I am having the following setup: a web api running in a couple of linux containers (built on aspnetcore 2.0.5) behind …

c# asp.net-core task kestrel-http-server
Removing Kestrel binding warning

When using Kestrel in an ASP.NET Core 2.1 project and specifying a binding in UseKestrel(), a message is logged at …

asp.net-core kestrel-http-server asp.net-core-2.1