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
- :
- AspEnableParentPaths TRUE?????
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 26, 2009
11:54 AM
AspEnableParentPaths TRUE?????
MSIInstallScript Project
I searched the KB and found some incidents from 2 or more years ago about this Advanced Setting not functioning, but I was hoping maybe it's been fixed by now...
Setting the Advanced Property: AspEnableParentPaths to TRUE is working on IIS machines in other OSes, but not on a Server2003 machine in my testing.
Do I still need to script out something for this, or has it actually been fixed and I just don't have the right update for my IS2009?
Which is a whole other issue... the update manager seems to be able to manage nothing. 😞
I searched the KB and found some incidents from 2 or more years ago about this Advanced Setting not functioning, but I was hoping maybe it's been fixed by now...
Setting the Advanced Property: AspEnableParentPaths to TRUE is working on IIS machines in other OSes, but not on a Server2003 machine in my testing.
Do I still need to script out something for this, or has it actually been fixed and I just don't have the right update for my IS2009?
Which is a whole other issue... the update manager seems to be able to manage nothing. 😞
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 27, 2009
05:11 PM
I tried setting this property with IS 2009 and the property seems to have been set. If I look at the metabase information after installing a website with IS 2009 that has this property set, I see the following in metabase.xml:
The AspEnableParentPaths property appears to be set to true as I had configured it in the project.
How are you verifying this property is set/not set?
AccessFlags="AccessRead | AccessScript"
AppFriendlyName="Default Application1"
AppIsolated="2"
AspEnableParentPaths="TRUE"
AspScriptTimeout="90"
AspSessionTimeout="20"
AuthFlags="AuthAnonymous | AuthNTLM"
DirBrowseFlags="0"
DontLog="FALSE"
HttpErrors=""
ServerAutoStart="TRUE"
ServerComment="DisplayName1"
>
The AspEnableParentPaths property appears to be set to true as I had configured it in the project.
How are you verifying this property is set/not set?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 03, 2009
01:13 PM
joshstechnij wrote:
How are you verifying this property is set/not set?
From the IIS Management Console in the Advanced Settings the Enable Parent Paths remained unchecked after install. Also, our web application that requires it to be enabled will not work.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 04, 2009
01:56 PM
I am still unable to reproduce this behavior. Can you provide the steps you've taken to try setting this property in an InstallShield project? Also, can you attach a verbose log of an installation that fails to set this property?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 04, 2009
02:48 PM
I've just scrapped using the interface for now and have created a Custom Action to deal with the Parent Paths.