SQL is not possible in apm(IIS, dotnet)

Kibana version: 8.13.2

Elasticsearch version: 8.13.2

APM Server version: 8.13.2

APM Agent language and version: 1.27.1

Browser version: IIS 10

Steps to reproduce:

  1. Profiler Auto instrumentation Setting
  2. The post request was successfully confirmed.
  3. Dependencies are not visible
  4. And When I change the log to warn, it looks like this Message

{ElasticApmModule.#28} ASP.NET is using LegacyAspNetSynchronizationContext and might not behave well for asynchronous code

  1. Even if you look at the troubleshooting guide and change the settings, it is the same.
    (To break out of quirks mode the runtime must be explicitly specified in web.config: )

Is there any way to solve this problem?