Is there any way to monitor all requested URLs using the .NET framework classes?
You could create a HttpModule. It will intercept ALL requests and you could do any monitoring there.
Here you have an example about how to implement an HttpModule
More info about this on this msnd article
Another option is to use the global.asax. Log what you need on Application_BeginRequest
You can use FiddlerCore to integrate Fiddler capabilities into your application.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With