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

Creating Application Pool sets "Enable 32-Bit Applications" to true despite Win64="yes" #3990

Closed
wixbot opened this issue Apr 29, 2013 · 1 comment
Labels
Milestone

Comments

@wixbot
Copy link

wixbot commented Apr 29, 2013

Hello,

my project and Wix-setups are completly running in a 64bit environment. So I try to create a Application Pool for my website via iis:WebAppPool and the surrounding component set to Win64="yes".
It works like a charm, but I discovered a little glitch. If the "Application Pool Defaults" are changed from the default values to "Enable 32-Bit Applications" = true (see attached picture), then the component setting Win64="yes" has no effect anymore. The newly created Application Pool has also enabled the 32bit flag and my website is fail to load.

I'm not sure if this behavior is intended or simply a glitch in passing the necessary information into the newly created AppPool.

Cheers Aikson

Originally opened by aikson from http://sourceforge.net/p/wix/bugs/3285/

@wixbot
Copy link
Author

wixbot commented Jun 15, 2013

The current design assumes that the default isn't changed and only sets the property in app pools that are from 32-bit components. The change would be to always explicitly set the property to the bitness of the component (true for 32-bit and false for 64-bit).

Testing the design now...

@wixbot wixbot added the bug label Dec 20, 2015
@wixbot wixbot added this to the v3.8 milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant