Tagged Questions

1
vote
1answer
226 views

ASP.Net MVC Routing and the PreRequestHandler

I'm trying to instantiate a service and authenticate the current user within the Application_PreRequestHandlerExecute() method and then dispose of this service in the* ...