Olaj
Olaj

Reputation: 1782

Application Insight works fine localhost but in Azure only client side data

I have a problem with Application Insights that is really similar to this.

Application Insights - Getting only client side data, no server data.

For me however it works fine when i just hit F5 and run the application, i get performance metrics for both client and server side.

However when i deploy the application i dont not get any server side data as far as i can tell. The site runs as a Azure Web App (Web Site). I do get client side data thou.

enter image description here

Anyone have any tips?

Upvotes: 0

Views: 1357

Answers (1)

Olaj
Olaj

Reputation: 1782

Ok, i'm officially an idiot.

I had a Web.Config transformation that was supposed to only replace an attribute in the part of Webconfig but it replaced the entire section. And yeah, now it works hehe. Sorry.

Feel free to remove this post since it was clearly just my code / debugging skill that was lacking.

Upvotes: 6

Related Questions