We run our application on \[code\].Net Framework 2.0\[/code\] and \[code\]IIS 7.5\[/code\]While checking in New Relic, we found that we take a lot of time in \[code\]System.Web.HttpApplication.BeginRequest()\[/code\].We are working on that fact, i.e. trying to disable session on page level, on all those pages where it is not required.But currently, We want to know how many total requests are waiting in \[code\]System.Web.HttpApplication.BeginRequest()\[/code\]?We saw in IIS Request Monitor, that there are a number of requests in \[code\]BeginRequest\[/code\] at all particular times.But is there a performance counter or some way thru code that I can know the exact value of such requests?Regards,Varun Shringarpure