I'm running an MVC
app in VS 2015. During debug mode, everything is work just fine until when I try to create new user.
The create form works also the save button. But the new data is not showing in the index but the new edit/details/delete is the index.
The output tell: Application Insights Telemetry (reconfigured):
{"name":"Microsoft.ApplicationInsights.Dev.PerformanceCounter","time":"2016-04-20T10:41:44.1380123+08:00","tags":{"ai.internal.sdkVersion":"1.2.3.490","ai.device.roleInstance":"KL-PT-049.icarasia.local","ai.application.ver":"Unknown","ai.device.type":"PC","ai.device.id":"KL-PT-049.icarasia.local","ai.device.oemName":"Hewlett-Packard","ai.device.model":"HP ProBook 4440s","ai.device.network":"Wireless80211","ai.device.language":"en-MY"},"data":{"baseType":"PerformanceCounterData","baseData":{"ver":2,"categoryName":"Processor","counterName":"% Processor Time","instanceName":"_Total","value":23.789436340332,"properties":{"DeveloperMode":"true"}}}}
I wonder is there any relation between create user and application insight telemetry? Thanks