I am trying to ignore same request multiple times in miniprofiler and added this line of code inside Application_BeginRequest but seems this line of code not working.
MiniProfiler.Settings.IgnoredPaths = new[] { "/Economics/ViewProfilingResults.aspx" };