为什么从IIS调用XMLRPC时不小提琴手捕获请求? [英] Why isn't fiddler capturing request when invoking XMLRPC from iis?

查看:196
本文介绍了为什么从IIS调用XMLRPC时不小提琴手捕获请求?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用.NET编写web应用,它利用CookComputing.XmlRpcV2为XMLRPC通信。

I have a webapplication written in .NET, that utilizes CookComputing.XmlRpcV2 for xmlrpc-communication.

当我引用我的单元测试在Visual Studio 2008,fiddler2成功捕获实际XMLRPC-的请求,但是当我在IIS7下运行的实际应用它显示什么。我已验证它实际上调用我的防火墙XMLRPC-请求,但是我需要看到的请求的内容进行调试。

When I invoke my unit-tests in Visual Studio 2008, fiddler2 captures the actual xmlrpc-requests successfully, but when I'm running the actual application under IIS7 it shows nothing. I have verified that it actually invokes the xmlrpc-requests in my firewall, but I need to see the content of the requests for debugging purposes.

我已发出与小提琴手试图运行,看是否IIS实际上是从的WinINET在应用程序启动取proxysettings一个IISRESET,但它并没有帮助。

I have issued an iisreset with fiddler running in an attempt to see if IIS actually fetches proxysettings from WinINET upon app-start, but it didn't help.

待办事项IIS有它的每个应用自己的代理服务器的设置?或者如果它是ASP.NET的一部分...我似乎无法找到关于它的任何信息。

Do IIS have it's own proxy-settings per app? Or if it's part of ASP.NET... I can't seem to find any information about it.

我当然可以定义在我的WebRequest自己的代理服务器在某种程度上code,但因为我只是想利用调试目的的代理,我宁愿找一个简单的解决方案。

I could of course define my own proxy-server in the WebRequest somehow in code, but since I just want to utilize the proxy for debugging purposes, I'd rather find a simpler solution.

这是Vista的运行在.NET 3.5 SP1的IIS7。 Fiddler2版本2.1.9.2

This is Vista, running iis7 with .NET 3.5 SP1. Fiddler2 version 2.1.9.2

推荐答案

默认代理服务器设置为每个用户。什么身份是IIS下运行?

The default proxy setting is per user. What identity is IIS running under?

这篇关于为什么从IIS调用XMLRPC时不小提琴手捕获请求?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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