Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iis:WebAppPool/Name is not modularized #4812

Closed
wixbot opened this issue Jul 2, 2015 · 1 comment
Closed

iis:WebAppPool/Name is not modularized #4812

wixbot opened this issue Jul 2, 2015 · 1 comment
Assignees
Milestone

Comments

@wixbot
Copy link

wixbot commented Jul 2, 2015

The Name attribute does not work when using iis:WebAppPool in a merge module.

When looking with Orca the Name has not been modularized (it does not have the module GUID suffix), so it does not match the correct id, and fails at runtime.

The workaround is to add the module GUID to the name, ie
<iis:WebAppPool Id="MyAppPool" Name="[APPPOOLNAME.3046AA32_9FB3_45A0_8A32_19D3BC042671]"
Identity="applicationPoolIdentity"
ManagedPipelineMode="Integrated"
ManagedRuntimeVersion="v4.0"
IdleTimeout="60" />

Originally opened by jfl605y

@wixbot
Copy link
Author

wixbot commented Jul 7, 2015

AssignedTo set to robmen
Release changed from v3.9 to v3.11

@wixbot wixbot added this to the v3.11 milestone Dec 20, 2015
rseanhall pushed a commit to rseanhall/wix4-archive that referenced this issue Feb 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants