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 WebSite WebAddress limited to 10 #4670

Open
wixbot opened this issue Feb 13, 2015 · 1 comment
Open

IIS WebSite WebAddress limited to 10 #4670

wixbot opened this issue Feb 13, 2015 · 1 comment
Milestone

Comments

@wixbot
Copy link

wixbot commented Feb 13, 2015

I'm trying to produce installers for websites that have a lot of bindings and am hitting a limit of 10 bindings. Anything above this causes an error at install time Failure to get more extra web addresses, max exceeded. This seems to be defined as a hard limit in the WiX source via a #define MAX_ADDRESSES_PER_WEB

Is there an architectural reason for this limit? Can it be lifted?

I can't reduce the number of bindings as they're a combination of load balanced/non load balanced/http/https so the number of bindings escalates above 10 quite easily.

Originally opened by simonc

@wixbot
Copy link
Author

wixbot commented Feb 17, 2015

Could be addressed in IIS7 support.

Release changed from v3.9 to v3.x

@wixbot wixbot added this to the v3.x milestone Dec 20, 2015
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

1 participant