No announcements
Found 1003231 threads
-
2 Votes
How to expose WCF net tcp endpoint in Azure
Will this (netTcpBinding endpoints in Web Role) be a supported feature in later releases?Answered | 4 Replies | 14134 Views | Created by DOT Net Coder - Monday, September 27, 2010 6:50 AM | Last reply by fastrnu80 - Wednesday, August 17, 2011 6:00 PM -
1 Votes
The protocol 'net.tcp' is not supported.
Hi Munish, WebRole doesn't support net.tcp protocol either, we could not host nettcp wcf on WebRole.Answered | 7 Replies | 8070 Views | Created by Munish Bhargav - Monday, June 21, 2010 10:16 AM | Last reply by Mog Liang - Wednesday, June 23, 2010 8:49 AM -
0 Votes
The protocol 'net.tcp' is not supported issue regarding WCF
User503812343 posted check below link for managing multiple enpoints for one service wcf service with multiple ...Answered | 2 Replies | 252 Views | Created by Anonymous - Monday, July 29, 2013 1:13 PM | Last reply by Anonymous - Tuesday, July 30, 2013 10:56 AM -
1 Votes
WCF Endpoint selection mechanism
WCF allows us to expose a single service with multiple endpoints.Answered | 3 Replies | 5312 Views | Created by Sanket Vaidya - Thursday, June 16, 2011 6:48 PM | Last reply by Vinux - Tuesday, June 21, 2011 7:18 AM -
0 Votes
Question about endpoint address
Endpoint address consists of four parts: The transport protocol.Answered | 1 Replies | 1920 Views | Created by peter 9 - Thursday, December 22, 2011 4:10 AM | Last reply by vkbishnoi - Thursday, December 22, 2011 4:42 AM -
3 Votes
net.tcp vs net.pipes vs http <- performance for large messages
you can try hosting in IIS 7.5 netTCP with ASPNetCompatibility?Answered | 5 Replies | 11194 Views | Created by Titan2782 - Tuesday, April 27, 2010 11:07 PM | Last reply by sahridhayan - Wednesday, May 4, 2011 8:28 AM -
0 Votes
Could not find a base address that matches scheme net.tcp for the endpoint with binding NetTcpBinding.
the HTTP one: [ServiceContract] public interface ITest ...Answered | 1 Replies | 5598 Views | Created by VIVEK YJA - Saturday, June 12, 2010 12:50 PM | Last reply by Carlos Figueira - Saturday, June 12, 2010 1:25 PM -
0 Votes
wsHttpBinding error
<serviceMetadata httpGetEnabled="true"/>Answered | 6 Replies | 8462 Views | Created by Vilsad - MCTS - Saturday, March 31, 2012 10:22 AM | Last reply by DiligentKarma - Wednesday, November 21, 2012 12:07 AM -
1 Votes
wsHTTpBinding
It seems that it is supported.Answered | 1 Replies | 936 Views | Created by Shankarbs - Friday, September 5, 2014 1:36 PM | Last reply by huWF ARHKYT - Monday, September 8, 2014 9:21 AM -
3 Votes
Multiple endpoints with metadata
--<endpoint address="wsservice" binding="wsDualHttpBinding" contract="JakayaConvo.WCF.IJakayaChatService"> ...Answered | 6 Replies | 4187 Views | Created by Shaveta Setia - Tuesday, November 3, 2009 7:03 AM | Last reply by Shaveta Setia - Tuesday, November 3, 2009 7:45 AM -
1 Votes
Why netTCP is slower than wsHttp binding?
Unless you enable ReliableMessaging on the WSHttpBinding, the message transfer isn't happening under a session.Answered | 3 Replies | 7476 Views | Created by Jenny CCY - Thursday, February 10, 2011 12:50 AM | Last reply by James Osborne-MSFT - Friday, February 11, 2011 11:24 PM -
0 Votes
netTCP clientcredentialtype=windows and encrypt and sign
Best Regards, Amy Peng We are trying to better understand customer views on social support experience, so your participation in this interview ...Answered | 4 Replies | 1673 Views | Created by Mike Dovell - Monday, April 11, 2016 9:18 PM | Last reply by Mike Dovell - Monday, April 25, 2016 5:03 PM -
0 Votes
WCF net.tcp callback issue
Hi Elbino, From the configuration fragment you provided, your service has used a NETTCP binding with a binding configuration, would ...Answered | 3 Replies | 5702 Views | Created by Elbino - Wednesday, November 3, 2010 10:45 PM | Last reply by Elbino - Monday, November 15, 2010 3:59 PM -
0 Votes
How does the WSHttpBinding communicate
You must specify [computername] instead of localhost in the endpoint configurations.Answered | 8 Replies | 3829 Views | Created by deepblue2009 - Wednesday, August 26, 2009 7:37 AM | Last reply by Alan Smith MVP - Friday, August 28, 2009 7:56 AM -
2 Votes
The protocol 'https' is not supported
This caused my ssl connection to go to non-ssl and then back to ssl, which broke my endpoints.Answered | 4 Replies | 17152 Views | Created by DDSmith2 - Tuesday, July 27, 2010 1:51 PM | Last reply by DDSmith2 - Thursday, July 29, 2010 2:39 PM -
1 Votes
Doesn't WSHttpBinding support request-reply communication pattern?
Hello, WSHttpBinding supports request-reply message exchange pattern but you have used wrong interface type.Answered | 2 Replies | 3848 Views | Created by KlemS100 - Thursday, November 18, 2010 10:20 PM | Last reply by KlemS100 - Friday, November 19, 2010 11:28 PM -
0 Votes
How do you change the default protocol mapping in Beta 2?
If you want to change several services to use WsHttpBinding for their default endpoint, add a new hierarchical level so the change in the procol mapping table affect to several ...Answered | 4 Replies | 7565 Views | Created by Robert Green - Tuesday, November 10, 2009 5:56 PM | Last reply by Robert Green - Tuesday, November 10, 2009 8:00 PM -
0 Votes
WCF TCP endpoint via Windows Service - no listener on port
Enable tracing in your service I think it is a protocol exception.Answered | 6 Replies | 8469 Views | Created by Marty Friedman - Wednesday, February 29, 2012 7:23 PM | Last reply by Dinand01 - Friday, September 6, 2013 11:18 AM -
0 Votes
What is the purpose of application default endpoints
When a WCF service is deployed to AppFabric, it can specify one or more application endpoints in its configuration file (using different protocols if desired), such as ...Answered | 2 Replies | 7126 Views | Created by Sneha Gupta - Thursday, September 23, 2010 9:49 AM | Last reply by Mike McKeown (Microsoft) - Friday, September 24, 2010 12:16 PM -
0 Votes
The protocol 'net.tcp' is not supported.
User-1324173748 posted Thanks to all of your reply Finally i resolve my problem i.e. in the Enable Protocols (IIS) ...Answered | 4 Replies | 156 Views | Created by Anonymous - Thursday, June 21, 2012 8:40 AM | Last reply by Anonymous - Friday, June 22, 2012 6:05 AM
No announcements