为什么故障串不同?
我有一个网络服务,我抛出了一个肥皂异常。如果我将其托管在 Azure 上,我会得到不同的 faultstring ,如果我在开发结构上托管,我会得到不同的错误字符串。为什么它们不同以及我如何控制它们?
I have a web service and I throw a soap exception. If I host it on Azure I got a different faultstring , if I host on dev fabric I got a different fault string. Why are they different and how can I control them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Visual Studio 开发 Web 服务器与临时和生产中使用的 IIS 7.5 Web 服务器不同,我猜测这可能会导致您的 SOAP 错误字符串在您的场景中有所不同。更多信息请参见http://msdn.microsoft.com/en-us/library/ 58wxa9w5.aspx
The Visual Studio Development Web Server is different from the IIS 7.5 web servers that are used in staging and production, I'm guessing that this may cause your SOAP faultstring to differ in your scenario. More info here http://msdn.microsoft.com/en-us/library/58wxa9w5.aspx