如何使用Fiddler监听asp.net开发服务器(即cassini)?

发布于 2024-08-15 07:03:12 字数 439 浏览 5 评论 0原文

我正在尝试使用 Fiddler 调试(RESTful)WCF 应用程序。我通过 VS IDE 运行我的项目 - 它在 ASP.NET 开发服务器(又名 Cassini)中启动我的应用程序。然后,我启动 Fiddler 并在“请求生成器”选项卡中输入以下内容:“http://localhost:1066/GeneralService /sections/summary”,使用 GET 作为 http 方法。

Fiddler 响应“[Fiddler] 连接到本地主机失败。
异常文本:无法建立连接,因为目标计算机主动拒绝 ::1:1066”

有什么方法可以让我调试在 Cassini 上运行的应用程序吗?

谢谢, 史蒂夫

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 launch Fiddler and in the Request Builder tab enter the following: "http://localhost:1066/GeneralService/sections/summary" with GET as the http method.

Fiddler responds with "[Fiddler] Connection to localhost failed.
Exception Text: No connection could be made because the target machine actively refused it ::1:1066 "

Is there some way for me to debug an app running on Cassini?

Thanks,
Steve

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

坐在坟头思考人生 2024-08-22 07:03:12

一个巧妙的技巧就是在 localhost 一词后面添加一个句点 (.)。无需其他配置。

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

岛歌少女 2024-08-22 07:03:12

将 url 更改为 http://ipv4.fiddler:1066/GeneralService/sections/summary 以使 fiddler 能够侦听 localhost

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

怎樣才叫好 2024-08-22 07:03:12

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文