KESTREL WEB SERVER IN ASP.NET CORE. LAUNCH ASP.NET CORE USING KESTREL WEB SERVER .NET 6

preview_player
Показать описание
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.
Рекомендации по теме
Комментарии
Автор

Subscribe, Share, Comment and Like for more updates

MacroCoding