Top "Kestrel-http-server" questions

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

Read environment variables in ASP.NET Core

Running my ASP.NET Core application using DNX, I was able to set environment variables from the command line and …

asp.net asp.net-core asp.net-core-mvc kestrel-http-server
How do I get the kestrel web server to listen to non-localhost requests?

I've deployed my c#, asp.net 5, mvc 6 app to a windows 2008 server. I've fired up dnx web and it is …

c# asp.net asp.net-core dnx kestrel-http-server
.NET Core app unable to start in IIS due to ErrorCode = '0x80004005 : 80008083

I have a .NET Core application. It runs locally with VS2017 and Kestrel. It runs locally under IIS. However, on …

iis asp.net-core .net-core visual-studio-2017 kestrel-http-server
How do I disable HTTPS in ASP.NET Core 2.1 + Kestrel?

So it appears with the advent of ASP.NET Core 2.1, Kestrel now automatically creates an HTTPS endpoint along side the …

https kestrel-http-server asp.net-core-2.1
How to use HTTPS / SSL with Kestrel in ASP.NET Core 2.x?

I am currently using ASP.NET Core 2.x and I used to be able to get Kestrel to to use …

ssl https asp.net-core-2.0 kestrel-http-server
Visual Studio 2017 Enable SSL

How do you enable SSL for a project in Visual Studio 2017? In VS15, I could select Project -> Properties …

ssl https kestrel-http-server visual-studio-2017
How to get a Console output in ASP.NET Core with IIS Express

ASP.Net Core documentation here has a nice console logging output like in the picture below with colors for various …

c# asp.net-core kestrel-http-server
What is Kestrel (vs IIS / Express)

What is the kestrel web server and how does it relate to IIS / IIS Express? I come from developing apps …

asp.net iis asp.net-core kestrel-http-server
Setting index.html as default page in asp.net core

How can I get asp.net core to serve an index.html file from inside my wwwroot? The reason I …

c# asp.net-core kestrel-http-server
How to watch for file changes "dotnet watch" with Visual Studio ASP.NET Core

I am using Visual Studio with ASP.NET Core and run the web site using just F5 or Ctrl+F5 (…

asp.net-core dnx kestrel-http-server