Application_AuthorizeRequest

  • Thread starter Thread starter MCM
  • Start date Start date
M

MCM

I use the Sub Application_AuthorizeRequest in the application pipeline to do
some custom page authorization. Basically I check the page requested and
redirect to the Login page if needed. The problem is, every single request
gets sent through here, including static files like .css. Is there a way for
me to configure this to only trigger when a .aspx file is requested?
 
Back
Top