Can anyone please guide me how can I find out which handlers are being called when request is made from asp.net application.
P.S. I have added handler mapping for .htm files to call for executable aspnet_isapi.dll which were not available by default. But I want to make sure the same is called when a page(.htm) is requested from the website.
Thank you!