IvanJosipovic / BlazorApplicationInsights

Application Insights for Blazor web applications

Home Page:https://BlazorApplicationInsights.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use with blazor server

DennyFiguerres opened this issue · comments

i have heard that this works with blazor server but how to do that when the install says that i need to add to index.html but blazor server does not have an index.html file in the project.

Add the code to the equivalent file that contains the index, _Layout.cshtml.

And in Blazor V7 that page was replaced by /Pages/_Host.cshtml
thanks now i see where to go....