no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Kestrel
Programmatically Determine what Ports Kestrel is Running On
In the unlikely event you need to determine what port Kestrel is running on…
Jan 26, 2022
#
dotNet6
,
dotNet
,
Kestrel
,
MinimalApi
A Few (too many?) Ways of Setting the Kestrel Ports in .NET 6
There are a variety of ways to pick what ports Kestrel runs on in .NET. This post will show some of them, but there are probably a few more…
Jan 24, 2022
#
dotNet6
,
dotNet
,
Kestrel
,
MinimalApi
How To Run .NET 6, Kestrel, and Web API, on an AWS EC2 Linux Instance
This post is very like the previous, getting a Web API application using .NET 6 and Kestrel up and running on an EC2 instance, but with Linux this time.
Dec 23, 2021
#
dotNet
,
Linux
,
EC2
,
AWS
,
Kestrel
How To Run .NET 6, Kestrel, and Web API, on an AWS EC2 Windows Instance
In this post I show how to get a .NET 6 Web API application up an running on a Windows instance in AWS, and how to make the instance accessible to the web.
Dec 20, 2021
#
dotNet
,
Windows
,
EC2
,
AWS
,
Kestrel
How to Turn Off Console Logging for Kestrel in .NET Core
This post is mostly a note to myself. I am often annoyed with the amount of logging to the console that occurs when I start a Kestrel hosted application and I can never remember how to turn it off.
Dec 5, 2018
#
dotNet Core
,
dotNet Core 2.1
,
AspNet
,
Kestrel
,
Logging
Setting the Kestrel Port from appsettings.json
Full source code available CoreWithKestrelFromConfighere. In my previous post I explained how to host Kestrel web server running on (the default) port 5000 as a Windows service. But what if you want to run the server on a different port?
Apr 20, 2018
#
dotNet Core 2
,
AspNet
,
Configuration
,
Kestrel
Hosting a .NET Core 2 Kestrel Server in a Windows Service
Full source code available here. If you have been using the Kestrel web server with Framework 4.x, you might already be hosting Kestrel inside a Windows service. But what if you want to use Kestrel with .
Apr 5, 2018
#
dotNet Core 2
,
AspNet
,
Kestrel
,
Windows Service
Cite
×