Hi

I have the following code to create two application pools in IIS. But from the 
property of created application pool, I see two types of recycles are both 
enabled.
1. Recycle worker processes (in minutes): 1740
2. Recycle worker processes at the following times: 4:00

I only need the second one. I guess the first one is created by default. How 
can I take out that?

<Component Id="SFSAppPool" Guid="68C9289E-552C-11DE-99FE-1F5F56D89593">
                <WebAppPool Id="SFSInternalAppPool" Name="SFS Internal">
                                <RecycleTime Value="4:00"/>
                </WebAppPool>
                <WebAppPool Id="SFSExternalAppPool" Name="SFS External">
                                <RecycleTime Value="4:00"/>
                </WebAppPool>
</Component>

Thanks
Jirong Hu
Build Master
780-644-5488


This communication is intended for the use of the recipient to which it is 
addressed, and may contain confidential, personal, and or privileged 
information. Please contact us immediately if you are not the intended 
recipient of this communication, and do not copy, distribute, or take action 
relying on it. Any communication received in error, or subsequent reply, should 
be deleted or destroyed.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to