i have configured http redirection in the IIS-7 web server where i could not see the complete request before redirection in the iis log file. it just shows UrlRouting.axd , it is not showing the full URL that hit to iis before redirection.
I am getting below in the iis log and i am not able to see the complete request that is request before it redirects to redirection destination URL.
2017-04-05 13:52:48 W3SVC1 TP-PFVS003 10.239.208.219 GET /MediaroomV1.3/VodStorefront.myvideos/UrlRouting.axd
cat=191266
is there any way that i can see the full http request before it start redirection?