How to use fiddler to capture traffic from IIS

1 Answer 8644 Views
Windows
sam
Top achievements
Rank 1
sam asked on 13 Mar 2015, 09:37 PM
Hi,

I have a .net web application and deployed on my localhost IIS. And my .net web application make queries to server.
 How can I use fiddler to capture the HTTP traffic made between my IIS .net and the outside server?

I find this link:

https://mgrowan.wordpress.com/2015/02/19/capture-iis-network-traffic-in-fiddler/

I don't see  web.config in my project. 

1 Answer, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 13 Mar 2015, 09:41 PM
Hello,

All ASP.NET projects have a web.config file. You can also edit the machine.config file.
http://blogs.telerik.com/fiddler/posts/13-01-08/capturing-traffic-from-.net-services-with-fiddler
http://weblog.west-wind.com/posts/2008/Mar/14/Debugging-Http-or-Web-Services-Calls-from-ASPNET-with-Fiddler

You can also update the code to explicitly set the web proxy.

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.

 
Tags
Windows
Asked by
sam
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Share this question
or