简体   繁体   English

WCF REST - IIS 6 上的托管问题

[英]WCF REST - problem in hosting on IIS 6

I am hosting my WCF REST on IIS6 and calling it from my WPF application.我在 IIS6 上托管我的 WCF REST 并从我的 WPF 应用程序中调用它。

Following is the endpoint:以下是端点:

I get following error:我收到以下错误:

Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.无法将数据写入传输连接:已建立的连接被主机中的软件中止。

Got the answer.得到了答案。 I need to add .* in configuration in IIS.我需要在 IIS 的配置中添加.*

In most of the cases this exception indicates that something on your machine is blocking your connection.在大多数情况下,此异常表明您的计算机上的某些东西正在阻止您的连接。 Try running it with firewall/anti virus disabled.尝试在禁用防火墙/防病毒的情况下运行它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM