I am upgrading our IIS Servers to use Windows Server 2019 instead of 2012 R2. We had on our Windows Server 2012 R2 IIS server the Application Insights Monitor Status application on there and then ApplicationInsights.config file for our individual apps. So I have two questions:
- Does the Application Insights Monitor Status not work on Windows Server 2019? I could install it but when it tries to fetch the latest nuget packages it fails.
- I started using Microsoft's new method of installing the agent via powershell but we have one web site with multiple virtual apps, and we have different instrument keys for each virtual app. I could not figure out a way to make each virtual app use a different instrument key. It seems like you can only use a different instrument key per site. Is that correct or is there another way?