I downloaded build 3.5.2030 to test out the ManagedPipelineMode attribute
that was added to the iis AppPool element.  The AppPool below

<iis:WebAppPool Id="MyAppPool" Name="My Site Pool" Identity="other"
IdleTimeout="0" RecycleMinutes="0" User="AdminUserRef"
ManagedPipelineMode="integrated" />

gives me the following error

error CNDL0038: The iis:WebAppPool/@User attribute's value, 'AdminUserReg',
cannot be specified without attribute Identity present with value 'other'.

It looks like setting the PiplineMode to integrated caused the Identity
element to be ignored.  If I change the mode to classic, it compiles.  Is
this intentional or a bug?

I am new to IIS, so I don't know if this configuration is non-standard. 
This is how the settings were specified to me.  If this is a configuration
that is not recommended, I don't have a problem raising a flag to the people
who specified them.

Prior to this version of WiX, I used AppCmd calls to set this and it works.

Thanks
-john
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Compile-error-using-ManagedPipelineMode-attribute-tp5527954p5527954.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to