We are working on ASP.NET application that calls external web services and I need to look through the requests that are made by the .net application. I know firebug and fiddler are used for this purpose. But my application doesn't support firefox and for fiddler to work, I realized I need to do proxy settings on the server which is not feasible for me.
So, I would like to know if there are any tools out there to capture the traffic without additional configuration and works with IE.