ASP.NET Configuration granularity between Machine-level and Site-level?

Posted by Daniel Schaffer on Stack Overflow See other posts from Stack Overflow or by Daniel Schaffer
Published on 2010-04-29T20:45:27Z Indexed on 2010/04/29 20:47 UTC
Read the original article Hit count: 287

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about web.config