views:

26

answers:

0

I would like to be able to selectively disable the FileAuthorizationModule early in the request pipeline for certain requests (which will be handled later on by my own code in any case).

The UrlAuthorizationModule seems to respect the Context.SkipAuthorization = true boolean, is there an equivalent to disable the FileAuthorizationModule in ASP.NET?