Receiving below error under NativeProfiler log, what is that mean?
Application <ApplicationName> is not an IIS process.
Application Performance Management .NET Agent
This happens due to a tentative to monitor an application with NET agent not build in .Framework
.NET Agent can only monitor applications implemented with .NET Framework. Normally happens to try to monitor applications using VB6 and can look into tools that help to convert VB6 apps to VB.NET without rewriting the apps from scratch. If that is not feasible, can consider using EPAgent/APMIA agent extension to customize monitoring specific for their VB6 apps.