我如何使用Fiddler来收听asp.net开发服务器(即Cassini)? [英] How do I use Fiddler to listen to the asp.net development server (i.e. cassini)?

查看:98
本文介绍了我如何使用Fiddler来收听asp.net开发服务器(即Cassini)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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响应"[Fiddler]与本地主机的连接失败.
异常文本:由于目标计算机主动拒绝它,因此无法建立连接:: 1:1066"

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

我可以通过某种方式调试在Cassini上运行的应用程序吗?

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

谢谢, 史蒂夫

推荐答案

将URL更改为http://ipv4.fiddler:1066/GeneralService/sections/summary,以使提琴手能够收听localhost

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

这篇关于我如何使用Fiddler来收听asp.net开发服务器(即Cassini)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆