dvangsne
Posts: 3
Joined: Wed Sep 11, 2013 10:50 pm

Application Pool not being selected

In my project I create a new web application. (Under the Default Web Site) Along with that, I want it to use an existing application pool. I used the Browse Application Pools wizard to allow the user to select an available app pool from a dropdown list. I use the [IISBrowsePoolsComboBox] property from the combo box in the ‘Use existing application pool’ text box. The install runs fine, but the application pool never gets set properly in the web application. Am I missing a step?
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Application Pool not being selected

Hello and welcome to Advanced Installer forums,

Thank you for your interest in Advanced Installer.

Can you please send us the .AIP (project file) and a verbose log of the installation to support at advancedinstaller dot com so we can investigate them?

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
dvangsne
Posts: 3
Joined: Wed Sep 11, 2013 10:50 pm

Re: Application Pool not being selected

Actually, I’ve resolved the issue. Because IISBrowsePoolsComboBox is a private property, I had to create a public property (IISAPPLICATIONPOOL) and assign IISBrowsePoolsComboBox’s value to it on a ‘Next’ click event. In the ‘existing application pool’ value I use the public property. Everything works great now.
Daniel
Posts: 8276
Joined: Mon Apr 02, 2012 1:11 pm
Contact: Website

Re: Application Pool not being selected

Hello,

I'm glad you got this working. Thank you for sharing this with us. This certainly will help future users in the same situation.

All the best,
Daniel
Daniel Radu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”