PROWAREtech
kestrel
.
..
ASP.NET Core: Add Content-Types or MIME-Types to Kestrel Server
Add file MIME-Types for Kestrel server static files; written in C#.
ASP.NET Core: Change Kestrel Server Listening Port and Configure for HTTPS
How to change the port number to 443 and configure the Kestrel server to use a certificate; written in C#.
ASP.NET Core: Change Kestrel Server Upload or Request Limit
Change the request limit for just a method on the controller, the whole controller, or the entire server; how to increase the amount of data that a multipart/form-data encoded form can upload; written in C#.
ASP.NET Core: Convert CRT file to PFX File for Kestrel Server
How to convert a .crt file to a .pfx (pkcs12) file for use with the ASP.NET Kestrel server.
Comment