ASP .NET Core Module and Web.Config File For IIS Hosting
In previous article, we have seen how to publish a ASP .NET Core web application to IIS. We have seen that ASP .NET Core Hosting Bundle is required to be…
In previous article, we have seen how to publish a ASP .NET Core web application to IIS. We have seen that ASP .NET Core Hosting Bundle is required to be…
This article is extension to generic host series. Previous articles were about introduction, interfaces and host configurations. In this article, let's quickly have a look at some settings that can…
In previous article, we have seen how to create environment specific Startup classes. This article is just extension to it. In this article, let's have a look at how can…
In previous two articles, we have seen how to set the environment variables and how the environment variables play role in config transformations. In this article, let's have a look…
In .NET, the application configuration is stored in appsettings.json file. This article explains how can config transformations be applied to configurations in appsettings.json in .NET applications. Why Config Transformations? The…
As we all know, .NET 5 has been released few months back and now .NET 6 previews are also available. If you know this, then it is not a news…