HttpModule
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm writing a statistics tracking project, and I'm hoping to record all requests for all pages across my site. I'm using a HttpModule to intercept all the requests and get all the info out of them. However, this only intercepts calls to asp.net pages. I'm wondering how if at all I can manage to catch calls to all pages on my site? or even a subset, e.g htm,asp pages. I tried routing the asp pages through the asp.net dll but unsuprisingly it didn't work. Has anyone managed to get this working before? Thanks, Matt