<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with fiddler</title>
    <description>the latest stories tagged with 'fiddler' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Developer handkit for ASP.Net Developers</title>
      <description>However skilled you are as a technician, without the appropriate tools you would still be a dud. Just like a craftsman knows his/her tools, a software professional also has to know the tools that are apt for the job. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcavemansblog.wordpress.com%2f2008%2f02%2f26%2fdevelopers-handkit%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcavemansblog.wordpress.com%2f2008%2f02%2f26%2fdevelopers-handkit%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Developer_handkit_for_ASP_Net_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Developer_handkit_for_ASP_Net_Developers</guid>
      <pubDate>Tue, 12 May 2009 23:14:05 GMT</pubDate>
    </item>
    <item>
      <title>Looking for database performance bottlenecks of a web site</title>
      <description>How to use Fiddler and SQL Server Profiler to look for database performance bottlenecks &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.bodurov.com%2ffind-database-performance-bottlenecks-with-Fiddler-and-SQL-Server-Profiler"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.bodurov.com%2ffind-database-performance-bottlenecks-with-Fiddler-and-SQL-Server-Profiler" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Looking_for_database_performance_bottlenecks_of_a_web_site</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Looking_for_database_performance_bottlenecks_of_a_web_site</guid>
      <pubDate>Thu, 19 Feb 2009 13:13:46 GMT</pubDate>
    </item>
    <item>
      <title>Using Fiddler with Firefox for Local Web site Testing Easily with Foxy</title>
      <description>Fiddler is one of the best tools to analyze web requests sent from a web site and much more. Normally, using Fiddler with FireFox is a huge pain and typically does not work well out of the box when testing localhost requests or any requests for that matter with Fiddler through Firefox.   But by using FoxyProxy which is just a nice plug-in to FireFox, it allows you to setup different proxies in FireFox very easily, and you can then hook into Fiddler's proxy quickly, and start to catch requests over the wire when testing local web applicatio &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f09%2f06%2ffiddler-firefox-local-web-site-testing-easily-foxyproxy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codezest.com%2farchive%2f2008%2f09%2f06%2ffiddler-firefox-local-web-site-testing-easily-foxyproxy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/Using_Fiddler_with_Firefox_for_Local_Web_site_Testing_Easily_with_Foxy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/Using_Fiddler_with_Firefox_for_Local_Web_site_Testing_Easily_with_Foxy</guid>
      <pubDate>Mon, 08 Sep 2008 07:24:24 GMT</pubDate>
    </item>
    <item>
      <title>Working with Fiddler on LocalHost - Scott Cate's WebLog</title>
      <description>Then last month while speaking at Orlando ASPConnections, I was demoing some AJAX calls on stage, and an audience member told me that Fiddler will work on 127.0.0.1 with a trailing . on the IP address. So the address ends up like ... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fscottcate%2farchive%2f2008%2f05%2f22%2fworking-with-fiddler-on-localhost.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fscottcate%2farchive%2f2008%2f05%2f22%2fworking-with-fiddler-on-localhost.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Working_with_Fiddler_on_LocalHost_Scott_Cate_s_WebLog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Working_with_Fiddler_on_LocalHost_Scott_Cate_s_WebLog</guid>
      <pubDate>Fri, 04 Jul 2008 12:04:47 GMT</pubDate>
    </item>
    <item>
      <title>Localhost HTTP debugging with Fiddler</title>
      <description>I have been a huge fan of Fiddler the HTTP Debugging Proxy for a couple years now. However one thing that always bugged me about any network debugging tool was the fact that it could debug localhost or 127.0.0.1. However I just found a solution while racking my brain for a way to debug one of my local projects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f03%2flocalhost-http-debugging-with-fiddler%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderjournal.com%2f2008%2f03%2flocalhost-http-debugging-with-fiddler%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ie/Localhost_HTTP_debugging_with_Fiddler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ie/Localhost_HTTP_debugging_with_Fiddler</guid>
      <pubDate>Tue, 11 Mar 2008 19:01:02 GMT</pubDate>
    </item>
    <item>
      <title>http debugging proxy</title>
      <description>A Very useful tool that I have been introduced to. Helps improve web application performance by showing you everything you need to know about your application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2ftrivium%2farchive%2f2007%2f02%2f06%2fhttp-debugging-proxy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2ftrivium%2farchive%2f2007%2f02%2f06%2fhttp-debugging-proxy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/http_debugging_proxy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/http_debugging_proxy</guid>
      <pubDate>Fri, 16 Mar 2007 13:46:04 GMT</pubDate>
    </item>
  </channel>
</rss>