开发者

WCF REST - problem in hosting on IIS 6

开发者 https://www.devze.com 2023-03-02 01:24 出处:网络
I am hosting my WCF REST on IIS6 and calling it from my WPF application. Following is the endpoint: I get following error :

I am hosting my WCF REST on IIS6 and calling it from my WPF application.

Following is the endpoint:

I get following error :

Unable to write data to the transport connection: An establish开发者_如何学JAVAed connection was aborted by the software in your host machine.


Got the answer. I need to add .* in configuration in 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消