Which internal web server is associated with ASP.NET Core by default?

  • Kestrel
  • IIS Express
  • Apache
  • Nginx
ASP.NET Core is designed to be platform-agnostic and cross-platform. Kestrel is the default, lightweight, and cross-platform web server that comes bundled with ASP.NET Core. While other web servers like IIS, Apache, or Nginx can be used in combination with ASP.NET Core, Kestrel is the default choice for most applications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *