net.tcp Questions
1
Solved
I am confused about the castle wcf facility registration.
I read some blog posts for BasicHttpBinding.
But could not find a clear easy sample to setup a net.tcp setup.
I want to host the service ...
Bedford asked 3/11, 2011 at 21:8
2
Solved
I have WCF service that has http and net.tcp endpoints. I have deployed the service to IIS 7.5 (Server 2008R2), everything is working good.
My question is this, is there a way to set enabled proto...
Lamp asked 8/9, 2011 at 20:47
1
Solved
Our application is hosted in IIS 7.0. It exposes endpoints over net.tcp protocol. But we kept running into the following exception:
EndpointNotFoundException: The message could not be dispatched...
4
Solved
We are working on a 3-tier application, and we've been allowed to use the latest and greatest (MVC2, IIS7.5, WCF, SQL2k8, etc). The application tier is exposed to the various web applications by WC...
Untwist asked 22/5, 2010 at 0:5
1
I have a WCF service which is hosted as a Windows Service. We would like to enable a mex endpoint at the same address (but with a '/mex' suffix). I have been trying to do this (unsuccessfully) usin...
Anthracoid asked 12/11, 2010 at 15:22
5
Solved
How do I host WCF services through TCP Ports, and how do I listen to it and consume services through these TCP ports?
That is, apart from the net.tcp binding, is there some way to host and consume...
Barrows asked 29/6, 2009 at 7:19
3
By default IIS 7 Web site has net.tcp binding with "808:" binding information string. If i add another net.tcp binding with "xxx:" exception occurs:
This collection already contains an address wit...
1
Solved
I'm wanting to get a WCF-over-TCP service working. I was having some problems with modifying my own project, so I thought I'd start with the "base" WCF template included in VS2008.
Here is the ini...
1
Solved
Has anyone had experience using SSL with net.tcp binding in WCF?
Ive read its possible, but not finding good information on how to implement it. I would love to hear from anyone who knows about or...
2
Solved
Will it be possible for windows xp or windows server 2003 to support net.tcp for WCF, well it works in windows server 2008 as IIS 7.0 supports net.tcp,but is there anyway for IIS 5.1 or IIS 6.0 to ...
1
Solved
WCF: Why does passing in a remote endpoint fail when passing the same endpoint via the configuration file works?
This works:
Using con As New OfferingTap.OfferingTapClient(New ServiceModel.Insta...
© 2022 - 2024 — McMap. All rights reserved.