Hi,
I'm configuring Advanced Installer to create a new Web Site during installation.
I'd like this web site to use an AppPool with certain properties: .Net 4, "Integrated" mode & LocalSystem Identity.
In case such an AppPool exists, I'd like to use it. In case it does not exist, I'd like to create ...