This is a migrated thread and some comments may be shown as answers.

View outbound traffic from IIS Express

2 Answers 1351 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Devin
Top achievements
Rank 1
Devin asked on 25 Sep 2014, 10:45 PM
I'm working on a web application that makes calls to a web service on another server. When I'm debugging my application in Visual Studio, I'd like to be able to see the sessions to the remote service initiated by the application as it runs in IIS Express.

Is this possible?

2 Answers, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 26 Sep 2014, 02:24 PM
Yes, of course. You can either manually set the proxy in your service code (simple) or you can configure your machine to do so (maybe more work). See http://blogs.telerik.com/automated-testing-tools/posts/13-01-08/capturing-traffic-from-net-services-with-fiddler

Regards,
Eric Lawrence
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Devin
Top achievements
Rank 1
answered on 26 Sep 2014, 05:52 PM
I'd found that post, but it didn't seem to work at first. I tried it again, and it did.


Thanks for the help!
Tags
Fiddler Classic
Asked by
Devin
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Devin
Top achievements
Rank 1
Share this question
or