<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Fiddler with IIS</title>
	<atom:link href="http://www.markhneedham.com/blog/2009/06/24/using-fiddler-with-iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2009/06/24/using-fiddler-with-iis/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Sat, 11 Feb 2012 23:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Francis Marasigan</title>
		<link>http://www.markhneedham.com/blog/2009/06/24/using-fiddler-with-iis/comment-page-1/#comment-124577</link>
		<dc:creator>Francis Marasigan</dc:creator>
		<pubDate>Fri, 01 Jul 2011 18:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1372#comment-124577</guid>
		<description>On our .net web application, we use this settings on config file for our development machines.

&lt;!--For Fiddler Debugging only, comment/removed to disabled--&gt;									
</description>
		<content:encoded><![CDATA[<p>On our .net web application, we use this settings on config file for our development machines.</p>
<p><!--For Fiddler Debugging only, comment/removed to disabled--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wiryadi</title>
		<link>http://www.markhneedham.com/blog/2009/06/24/using-fiddler-with-iis/comment-page-1/#comment-31946</link>
		<dc:creator>Wiryadi</dc:creator>
		<pubDate>Mon, 15 Feb 2010 12:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1372#comment-31946</guid>
		<description>I think there is misunderstanding here. 

So here is the scenario, browser initiated the request, then ASP.NET code make another call to external web service. 

What Mark wanted to capture is the traffic from ASP.NET code to the external web service. Not the  the browser request.

The IIS/ASP.NET was the localhost and fiddler was activated on the same localhost .</description>
		<content:encoded><![CDATA[<p>I think there is misunderstanding here. </p>
<p>So here is the scenario, browser initiated the request, then ASP.NET code make another call to external web service. </p>
<p>What Mark wanted to capture is the traffic from ASP.NET code to the external web service. Not the  the browser request.</p>
<p>The IIS/ASP.NET was the localhost and fiddler was activated on the same localhost .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohan Reddy</title>
		<link>http://www.markhneedham.com/blog/2009/06/24/using-fiddler-with-iis/comment-page-1/#comment-30517</link>
		<dc:creator>Rohan Reddy</dc:creator>
		<pubDate>Tue, 19 Jan 2010 07:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1372#comment-30517</guid>
		<description>Check below link to capture local traffic:
http://www.fiddlertool.com/Fiddler/help/hookup.asp#Q-LocalTraffic</description>
		<content:encoded><![CDATA[<p>Check below link to capture local traffic:<br />
<a href="http://www.fiddlertool.com/Fiddler/help/hookup.asp#Q-LocalTraffic" rel="nofollow">http://www.fiddlertool.com/Fiddler/help/hookup.asp#Q-LocalTraffic</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://www.markhneedham.com/blog/2009/06/24/using-fiddler-with-iis/comment-page-1/#comment-26908</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Wed, 18 Nov 2009 16:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1372#comment-26908</guid>
		<description>@Anton: try &quot;http://localhost./&quot; ;-)</description>
		<content:encoded><![CDATA[<p>@Anton: try &#8220;http://localhost./&#8221; <img src='http://www.markhneedham.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiddler: Trying to work out how it all hooks together at Mark Needham</title>
		<link>http://www.markhneedham.com/blog/2009/06/24/using-fiddler-with-iis/comment-page-1/#comment-22282</link>
		<dc:creator>Fiddler: Trying to work out how it all hooks together at Mark Needham</dc:creator>
		<pubDate>Sun, 06 Sep 2009 13:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1372#comment-22282</guid>
		<description>[...] mentioned previously that we&#039;re making use of Fiddler quite a lot on my current project, mainly to check the traffic [...]</description>
		<content:encoded><![CDATA[<p>[...] mentioned previously that we&#8217;re making use of Fiddler quite a lot on my current project, mainly to check the traffic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton</title>
		<link>http://www.markhneedham.com/blog/2009/06/24/using-fiddler-with-iis/comment-page-1/#comment-19148</link>
		<dc:creator>Anton</dc:creator>
		<pubDate>Wed, 24 Jun 2009 17:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1372#comment-19148</guid>
		<description>I have only one issue with Fiddler. It does not work with requests to localhost. When I add my local site to host list (&#039;hosts&#039; file) then it works. I think that the official site mentions about it.</description>
		<content:encoded><![CDATA[<p>I have only one issue with Fiddler. It does not work with requests to localhost. When I add my local site to host list (&#8216;hosts&#8217; file) then it works. I think that the official site mentions about it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

