Reputation: 1304
After that my Application Insights Map shows my dependency calls from yesterday i don't see any dependencies in the map and no calls in the analytics page. I haven't changed my app. Even my page visits aren't on the application map. What can be the reason that i don't see this part and only my rest api is logging?
Upvotes: 0
Views: 914
Reputation: 1304
Make sure the only in your bin folder exists the application.config file.
Upvotes: 0
Reputation: 25
You probably have not configured your application to use ApplicationInsights Set up Application Insights for your ASP.NET website
Also check if your dependency is up to date. It is currently in version 2.4, so you can use the following features: Live Metrics Stream
Upvotes: 0