ASP.NET Configuration granularity between Machine-level and Site-level?
- by Daniel Schaffer
I want to be able specify to do the following:
Specify configuration settings such as appSettings and connectionStrings for multiple web apps in IIS7
No editing Machine.config or the machine-level web.config
Web apps are distinct web sites in IIS (not subfolder apps)
Is this possible without just duplicating the configs for each app?