So we have our test IIS server and this page works fine on it. Deploy the exact same code, exact same web.config (except for database connection strings) and the code doesn't work on the production ...
How to register multiple implementations of an interface with the IoC container in ASP.NET Core and retrieve a specific service at runtime. The built-in support for dependency injection in ASP.NET ...