1.
Add Package Library Reference for MiniProfiler
2.
Add code to Global.asax file for Start and Stop
profiler
3.
Add code to steps you want to trace
Following first steps to add references by this article:
Last step: Add following code to
master page html view:
<%=MvcMiniProfiler.MiniProfiler.RenderIncludes()%>
For the last step the code that worked for me was:
ReplyDelete<%=StackExchange.Profiling.MiniProfiler.RenderIncludes()%>