Hi,
I'm creating an installation for a web server which has to be deployed on the server's root path (http://localhost/).
I also need to configure HTTPS access (https://localhost/) and many other settings.
From what I read in the forum, Advanced Installer does not support configuring the Default Web Site.
This conflicts with my requirements because on one hand, I cannot configure the Default Web Site and on the other, I cannot create a new Web Site and assign it to all IPs and port 80 (*:80) because then it conflicts with the existing Default Web Site and does not start automatically after installation.
One answer in this subject instructed to create a new Web Site, name it "Default Web Site" and configure its Error Policy to ask the user whether to overwrite the existing Web Site. This did not work for me. I could not name a new Web Site "Default Web Site" (error message saying one already exists). I created a public property, valued it "Default Web Site" and wrote the name of the property in my new Web Site's name but after installation nothing has changed in the original "Default Web Site".
So how can I create a new Web Site and bind it to the http://localhost & https://localhost without creating a conflict with the existing "Default Web Site".
And how can I direct the existing Default Web Site's physical path to my APPDIR and also bind it to HTTPS.
Thanks.