I need the web.Config for CI CD when I deploy to IIS (for angular routing) but when I run locally and switch environment variables I want it to look at the appSettings. But now when the Web.Config is there it is looking for the env variables there and not the appSettings.json.
Is there someway to say IF I AM RUNNING LOCALLY USE APPSETTINGS AND IGNORE THE WEB.CONFIG ?