How do I use Fiddler to listen to the asp.net development server (i.e. cassini)?

后端 未结 3 558
一生所求
一生所求 2021-01-19 01:54

I am attempting to debug a (RESTful) WCF app using Fiddler. I run my project via VS IDE - which launches my app in the ASP.NET Development Server aka Cassini. I then lau

相关标签:
3条回答
  • 2021-01-19 02:30

    Change the url to http://ipv4.fiddler:1066/GeneralService/sections/summary to enable fiddler to listen on localhost

    0 讨论(0)
  • 2021-01-19 02:32

    You can use the integrated traffic monitor built into CassiniDev. It can be run stand-alone or as a direct drop-in replacement for VS 2008/2010 development servers.

    alt text http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=cassinidev&DownloadId=123367 alt text http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=cassinidev&DownloadId=123366

    0 讨论(0)
  • 2021-01-19 02:55

    One neat trick is just to add a period(.) after the word localhost. No other config neccesary.

    0 讨论(0)
提交回复
热议问题