I'm using the .NET Framework (I can't use .NET Core) for a solution that needs to stay alive the entire time it's running.
Normally I would configure IIS and keep it active all the time but inside the container I am not able to perform these settings.
Is there a "correct" way to configure IIS?
.NET Framework 4.8 Kubernetes Windows Container