WCF REST - problem in hosting on IIS 6
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.
精彩评论