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: IIS Configuration Disappearing
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
Sep 06, 2013
09:22 AM
IIS Configuration Disappearing
I am trying to configure IIS Web Site in a Basic MSI project using IS2013 Premier. I enter a TCP Port Number and Host Header Name. I Save and all looks OK; but these values disappear when I Build or when I exit IS and come back. What is going on?
Clarification:
Actually the values are not getting saved (need to refresh to see that).
This is happening in the IS IDE in a Basic MSI project.
Thanks!
Clarification:
Actually the values are not getting saved (need to refresh to see that).
This is happening in the IS IDE in a Basic MSI project.
Thanks!
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 11, 2013
09:05 AM
Kicking to the top of the pile. Is anyone else using this under:
Server Configuration
Internet Information Services
Server Configuration
Internet Information Services
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 17, 2013
12:51 PM
Filed an incident with support and they discovered that some Properties had been removed in the “Property” table called "ISIISProperty".
“ISIISProperty” table contains values for settings that are configured in the Internet Information Services view
When a website is created 12 properties and their values will be created in the “ISIISProperty” table. In my project only 8 properties existed.
To resolve this:
1) Deleted the website.
2) Deleted the row “IIS_VERSION”|“IIS_VERSION” in “AppSearch” table.
3) Created new website and specify new settings.
All is well now 🙂
“ISIISProperty” table contains values for settings that are configured in the Internet Information Services view
When a website is created 12 properties and their values will be created in the “ISIISProperty” table. In my project only 8 properties existed.
To resolve this:
1) Deleted the website.
2) Deleted the row “IIS_VERSION”|“IIS_VERSION” in “AppSearch” table.
3) Created new website and specify new settings.
All is well now 🙂