Top "Kestrel-http-server" questions

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

Failed to Authenticate HTTPS connection when attempting GET from WebAPI

I am using ASP.NET Core. I have two projects: ASP.NET Core MVC application ASP.NET Core Web API …

c# https asp.net-core asp.net-core-mvc kestrel-http-server
Require SSL Client Certificate only for specific routes or controllers

I have an ASP.NET MVC Core project using Kestrel as the server. It is both serving up user content (…

c# asp.net-core asp.net-core-mvc kestrel-http-server
Kestrel error: address already in use (dotnet core)

Summary: it works as dotnet run, but it doesn't work as dotnet myappname.dll. My linux skills are limited, but …

c# asp.net linux .net-core kestrel-http-server
Kestrel and ASP.NET Core MVC use custom base path

How can you mount your app on a different base path? For example, my controller's route is /api/keywords, but …

asp.net-web-api asp.net-core asp.net-core-mvc kestrel-http-server
ASP.NET Core 2.1 Invalid Request Line Issue

Our Linux Docker ASP.NET Core container server logs are getting filled by the following 'Informational' log entries since we've …

c# asp.net-core kestrel-http-server
Windows Authentication for Kestrel hosted in Windows service

I am running an ASP.NET Core application hosted in a Windows service as described here: https://docs.microsoft.com/…

.net asp.net-core windows-services kestrel-http-server
Thread management in asp.net core / kestrel

I'm troubleshooting performance / scalability issues with an asp.net app we've migrated to asp.net core 2.0. Our app is hosted …

multithreading azure asp.net-core azure-web-app-service kestrel-http-server
Unable to start a connection to signalr core hub with Angular 5 client

I have a .Net Core 2.0 C# Web Api running a SignalR Core hub. I am unable to even start() my …

angular typescript asp.net-core-2.0 kestrel-http-server asp.net-core-signalr
Kestrel unable to start

When specifying a port to bind to with .UseKestrel() I get the errors listed below.. but if I remove the …

c# kestrel-http-server
Cant find self signed trusted certificate used by Kestrel

I have a very basic self-hosted .NET core 2.1 application with the following configuration: public class Program { public static void Main(…

asp.net-core https asp.net-core-2.0 asp.net-core-webapi kestrel-http-server