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
- :
- Web.config extra file is coming
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
Feb 12, 2024
02:15 AM
Web.config extra file is coming
Hi team,
I am using install shied tool for building basic msi project in that project one component linked to IIS configuration ,In that component there is no web.config file but after installation completed one extra web.config file is coming what is the reason?
I am using install shied tool for building basic msi project in that project one component linked to IIS configuration ,In that component there is no web.config file but after installation completed one extra web.config file is coming what is the reason?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 13, 2024
07:38 AM
Its my understanding that when using IIS configuration options for application pools, websites, applications, and virtual directories - some of these settings can only be configured at the web.config level.
It is IIS (rather than the install) which will then create and populate a web.config as needed.