(#6) Kestrel Web Server in ASP.NET Core | Core Spider

preview_player
Показать описание
#Kestrel #hostingModel #aspnetcore
In this Video we discuss what is Kestrel Web Server in ASP.NET Core. In ASP .NET Core there are 2 web servers i.e. one internal web server and one external web server. The internal web server is called as Kestrel and the external web server can be IIS, Apache or Nginx.

What is a Kestrel Web Server ?

How to run .NET Core application using .NET Core CLI ?

When we run an ASP.NET Core application using the .NET Core CLI, then the .NET Core run-time uses Kestrel as the web-server. The .NET Core CLI (Command Line Interface) is a cross-platform tool that is used for developing ASP.NET core applications on cross-platform such as windows, mac or Linux.

Open command prompt and type “dotnet --” and press enter as shown below.

For more details Please visit below link:

Don't forget to subscribe to "CoreSpider" !

Рекомендации по теме
Комментарии
Автор

You explained it clearly. Good example.

raghavendransrinivasan