Title:
FIX: IIS::Ensure-Site should only operate on the root application for multi-application sites
Created:
11/18/2019 3:31:29 PM by jrasch
Status:
closed on 11/18/2019 3:33:39 PM
Last pulled:
11/18/2019 3:38:09 PM
Description:
If there are multiple applications defined for an IIS Site, the `IIS::Ensure-Site` operation currently configures the first one based on the order defined in `applicationHost.config`. Instead, it should look for the element with `path="/"`, and configure that application. Additional IIS applications should be defined using `IIS::Ensure-Application`.