I have the Global.asax like the code below:
Global.asax
public class MvcApplication : System.Web.HttpApplication { public static void RegisterRoutes(Rou
You could hook it into Application_EndRequest.