I have a HttpModule that hooks on the EndRequest Event on a IIS6 with a wildcard handler registered and it works fine as long as the request ends on a .aspx page, but NOT if the url is missing (404).
I guess it's because of the staticfilehandler ends the request, but is there any good solution for this problem ?
I have tried the same solution in IIS7 (pipeline mode) and there it works fine.