I am working on a Web deploy script with FinalBuilder, and as part of the deploy, I'd like to ensure that the app pool and web site exist before deploying. If they do no exist, I'd like to create them both. So, I've used the Create Application pool (IIS 7) action to create the app pool, no problems. Then I used the Create Website (IIS 7) action to create the web site, and I can specify almost everything I need to with that with the exception that I cannot associate my web site with the app pool I created in the previous step. When it creates the web site, it associates it with the default app pool. Is there a way for me to associate my new web site with my new app pool?
I keep getting Unable to Set Variable Variable no longer defined errors from this build. The variables that I'm working with are very clearly defined. I can see them in the watch window.
One thing to note, these variables are Action List Parameters.
In terms of tests builds moving to release builds, we hope to release a FB7 official update very soon (just waiting on feedback from some other issues that we have recently addressed).