Web
Analytics
Kestrel Web Server Introduction | Angular | ASP.NET Tutorials

For Consultation : +91 9887575540

Stay Connected :

ASP.NET Core 2.0 Web Server – Kestrel Introduction

Introduction of Kestrel Server

1.It is a cross-platform ,  event-driven, asynchronous I/O based , web server for ASP.net Core web applications.

2.It is a default server which is included with asp.net code project.

3.Kestrel is a reverse proxy server like Apache ,IIS and and Nginx.

4.The kestrel Web server is available in the namespace Microsoft.AspNetCore.Server.Kestrel

How to run Kestrel Server.





 

Program.cs in ASP.NET Core 2.0 Project

Two Ways to Run Kestrel Web Server