This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: what is creating the WEB.CONFIG ?? (sort of cross-post from IS2011)
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 02, 2013
07:27 PM
what is creating the WEB.CONFIG ?? (sort of cross-post from IS2011)
somebody else asked this in another forum - i'd also like to know ...
seeing this behavior --> installshield 2012, onto windows server 2008 R2 - creating an app pool & a web application - i'm not including a file named WEB.CONFIG, but i'm finding the file after installation (which is under [IISROOTFOLDER]
wondering ... what process is creating the WEB.CONFIG - is it INSTALLSHIELD when creating a virtual director and/or application? or is it something in IIS that detects a "missing" file and sticks one in there?
and regardless of what is responsible, is it possible to disable that "feature" ???
seeing this behavior --> installshield 2012, onto windows server 2008 R2 - creating an app pool & a web application - i'm not including a file named WEB.CONFIG, but i'm finding the file after installation (which is under [IISROOTFOLDER]
wondering ... what process is creating the WEB.CONFIG - is it INSTALLSHIELD when creating a virtual director and/or application? or is it something in IIS that detects a "missing" file and sticks one in there?
and regardless of what is responsible, is it possible to disable that "feature" ???
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 08, 2013
03:35 PM
When using the IIS functionality in InstallShield on IIS 7.x or newer, configuration options for application pools, websites, applications, and virtual directories are set through the IIS APIs. A number of these settings can only be configured at the web.config level and, as such, IIS creates and populates web.config as needed. Some configuration options are set in applicationHost.config located in %SystemRoot%\System32\inetsrv\config. Where these options are written is up to IIS to determine.