Kestrel is a HTTP server that is built-in to ASP.
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-serverI 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-serverSummary: 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-serverHow 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-serverOur 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-serverI 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-serverI'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-serverI 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-signalrWhen specifying a port to bind to with .UseKestrel() I get the errors listed below.. but if I remove the …
c# kestrel-http-serverI 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