Dear visitor, thanks for stopping by! If you want, you can follow all updates on Snowball.be via RSS. You can also follow me on Twitter or Facebook. More interesting posts from other Microsoft Regional Directors can be found at The Region.
Gill Cleeren     .net | ADO.net     July 16, 2009    

Fiddler is a great http debugging tool, allowing you to see all traffic going in and out. It’s very useful when for example working with ADO.NET Data Services to see which request is being sent to the service.

It so happened that since I had been using Windows 7, I hadn’t used or installed it yet. I was just creating a Silverlight application that works with ADO.NET Data Services and there was a specific query I wanted to see. So I installed Fiddler 2 on this Windows 7 machine.

Normally, when using Fiddler for local debugging, you add a “.” after the localhost: http://localhost.:1234/whatever.aspx. This should show the requests in Fiddler. However, it didn’t seem to work on my machine.

Luckily, I knew there was another way to see the local requests: using the ipv4 notation: http://ipv4.fiddler:1234/whatever.aspx. This seems to work.

I’m not sure if this has something to do with Windows 7 though. In any case, this second approach seems to work, so it might come in handy if the first one doesn’t work on your PC either :).

Fiddler can be downloaded on www.fiddler2.com (thanks Dominiek)

  Posted on: Thursday, July 16, 2009 10:58:37 PM (Romance Daylight Time, UTC+02:00)   |   Comments [3]
         
Friday, July 17, 2009 11:46:42 AM (Romance Daylight Time, UTC+02:00)
Fiddler can be downloaded here: http://www.fiddler2.com
Saturday, July 18, 2009 1:56:17 PM (Romance Daylight Time, UTC+02:00)
As long as you have admin rights to your machine (or ability to do so) you can also add an entry to your hosts file to use a different domain. I've been using this approach for playing with the Azure local services. Something like:

ECHO 127.0.0.1 dev.localazure.com >> c:\windows\system32\drivers\etc\hosts

Then just change your config settings or url to use the dev.localazure.com url.
Monday, August 17, 2009 10:46:07 PM (Romance Daylight Time, UTC+02:00)
I'm working with Silverlight 3, ADO.NET Data Services and "Firebug" (a Fiddler like request sniffing tool).

But since Silverlight 3, ADO.NET Data Services responses are in "binary xml" instead of clear text. This of course does not allow me to easily read the data (Firebug display "Response contain binary data" instead of the actual data).

Did you get the same kind of problem with Fiddler ? Do you know the specific configuration to use to force "clear text" exchanges between Silverlight client and you "ADO.NET Data Services" Service ?
E. Martin
Comments are closed.
2/8/2012   10:33:12 PM
 Welcome to Snowball.be
Hello and welcome to snowball.be!

My name is Gill Cleeren, I'm a Microsoft Regional Director and an MVP ASP.NET.
On Snowball.be, you'll find all kind news and articles on .net, ASP.NET, WPF, Silverlight and Microsoft in general.
More on me can be found on my about page.

Should you have any questions, don't hesitate to contact me by Send mail to the author(s) .

 Partner sites
 Most popular tags
.net (124) .net 3.0 (6) .net 3.5 (18) .NET 4 (18) .NET Show (1) ADO.net (4) ASP.net (53) ASP.net AJAX (4) ASP.NET MVC (3) Atlas (12) Azure (2) Blend (2) Book (5) Book review (4) C# (43) Case studies (1) Chopsticks (3) Community (10) Community Day (15) Consoles (1) Database (1) DevDays09 (4) DotNetNuke (4) Efficiency (57) Enterprise Library (5) Events (60) Expression (7) Games (3) Hardware (9) Internet (18) IT (1) jQuery (1) LightSwitch (3) Links (11) LINQ (4) Mac (2) Metro (1) Microsoft (75) Mix 07 (6) Mix 08 (4) Mix 09 (1) Mix 11 (1) Movies (4) MVP (5) MVP Summit 2008 (3) mvvm (1) Office 2007 (10) Other (8) PDC (22) PDC2008 (10) Personal (36) ppt (9) Programming (52) Programming tools (22) Regional Director (2) Silverlight (142) Silverlight Advent Calendar (24) sl4 (44) Slide decks (13) Snowball (13) Software (20) Microsoft (25) Speaking (14) SQL Server (10) TechDays (13) TechEd (14) telerik (6) Telerik (6) TFS (1) Twitter (1) Vista (73) Vista Tricks (9) Visual Studio.net (38) Visug (33) VS2010 (8) Wallpaper (2) WCF (2) Webcasts (9) Webinars (5) Windows (41) Windows 7 (5) Windows 8 (1) Windows Azure (2) Windows Mobile (3) Windows Phone 7 (2) WinFX (17) WinRT (1) WP7 (2) WPF (40) XAML (24)

 On this page
 This site
 Archives
Navigation
 Sitemap
 Blogroll OPML
 Disclaimer

All content is property of www.snowball.be. Nothing on this site can be copied or published elsewhere, unless otherwise stated.

This site is made by Gill Cleeren.

Questions? Opinions? Send mail to the author(s) E-mail