Hi,
I have a Classic ASP website created within a .NET solution (which has other .NET projects, websites, etc.). The website is setup to use .NET framework 4.5.1. I am trying to send telemetry data to the Azure portal - Application Insights setup for each of our environments (which have their own Instrumentation Key).
The Application Pool associated with the ASP website has version 2.0 and 32 Application = False as of now. I keep reading there is capability for classic ASP but I've seen no concrete instructions on how to actually implement from start to finish for Application Insights. For example, should I expect to create ApplicationInsights.config (NuGet Insight package files) file within .NET website/folder that's dedicated to Classic ASP files? This is probably more of a question for the Visual Studio solution/website sending side....not the Application Insights server setup receive. Please advise.
We've had no issues sending/receiving telemetry (requests, etc.) for the .NET projects (non-Classic ASP).