nettcpbinding Questions

2

I'd like to use the netTcpBinding for my WCF application which is currently hosted in IIS7, which means configuring it to use WAS instead. This is fairly straight forward however, my application pr...
Kore asked 16/3, 2010 at 9:59

1

I have a problem that in JMeter I can setup server / port, but my application is hosting on IIS 7.5 and WCF service is a "Application" under specific web site. So the service endpoint is http://lo...
Castiglione asked 8/11, 2011 at 16:26

3

Solved

I have a situation where I can't host a service using net.tcp under windows 7 but it works fine on windows 2008 server. I have enabled WAS, and made the same settings in both windows 7 and windows ...
Representational asked 3/2, 2011 at 15:39

1

Solved

I am using WCF service in my client-server application and I am facing following error while communication between server and client. Error Message =>> System.ServiceModel.CommunicationObjec...
Tedford asked 30/9, 2011 at 6:50

1

Solved

I have a WCF service which is exposed using a single endpoint with netTcpBinding which sits on Server A, hosted on IIS7.5/WAS on our internal LAN on our domain. This service is then consumed by an...

2

Solved

I have an application which is uploading large files using WCF with netTcpBinding. For a particular file, i'm getting the error message: The maximum message size quota for incoming messages (655...
Bireme asked 9/4, 2011 at 21:24

2

Solved

I'm trying to implement some cross process communication that is between multiple computers and one server on the same network. What I'm trying right now is to use WCF with NetTcpBinding, hosted wi...
Paraphernalia asked 1/8, 2011 at 20:25

4

Solved

I have a WCF service that has two endpoints. One with basicHttpBinding and one with netTcpBinding. Here is my config... <services> <service name="SomeService.Service"> <endpoint a...
Williamwilliams asked 13/6, 2011 at 21:30

1

Solved

I'm attempting to create a WCF service where several thousand (~10,000) clients can connect via a duplex NetTcpBinding for extended periods of time (weeks, maybe months). After a bit of reading, ...
Sherry asked 4/6, 2011 at 1:55

1

Solved

I have a basic buddylist type application which is a pub/sub deal in WCF. My problem is one or two of the calls are long running and this blocks up the entire server application (gui updates etc). ...
Grosbeak asked 31/5, 2011 at 19:7

1

I am implementing a WCF service which will be used (in part) within a private LAN. I will be using netTcpBinding and would like to implement some form of security on the communications, more speci...
Glauce asked 4/5, 2011 at 12:41

1

Solved

(Please read comment as i have a fix) Hi, I have created a WCF Service that i am hosting in IIS 7.5 on Windows 7 using .net 4.0 The service is hosted both on http and net.tcp. net.tcp://localhos...
Ayah asked 14/4, 2011 at 21:37

1

Solved

Say I have a service exposing two end points, 1st is a NetTCPBinding the second is any flavour of HttpBinding. They both implement exactly the same service contract. What is the difference in what...

1

Solved

I'm using WCF to communicate to several servers. For my local server netTcpBinding works like expected, no problems. But when I try to connect to my remote server (Azure) using the following netT...
Tare asked 19/1, 2011 at 11:9

2

Solved

I'm just learning the ropes around WCF. What I was planning to do was have a duplex channel open between a client and server using NetTcpBinding, and keep that open indefinitely so that the server ...
Penicillium asked 2/1, 2011 at 12:57

2

Solved

I'm making slow and steady progress towards having a duplex communication channel open between a client and a server, using NetTcpBinding. (FYI, you can observe my newbie progress here and here!) ...
Vrablik asked 26/12, 2010 at 18:21

1

Solved

WCF newbie here... I'm trying to self-host a WCF service using NetTcpBinding. Based on the MSDN "how-to" tutorial I have done all the binding in code, which I then changed from WsHttpBinding to Net...
Rostrum asked 26/12, 2010 at 16:7

5

Solved

I understand that TCP is faster than HTTP for WCF but I'm interested to know by how much. I have a performance issue with a large application that uses HTTP and am considering whether moving to net...
Cerallua asked 23/12, 2010 at 15:13

1

Solved

I would like to be able to use username/password authentication with nettcpbinding, is that possible? (UserNamePasswordValidator or something like that), no windows authentication. I'm configuring...
Anisotropic asked 13/10, 2010 at 10:47

2

Solved

I'm looking at creating a data query WCF service over a slow satellite connection and I really like WCF Data Services. The problem I see is that HTTP is a very verbose format and since everything I...
Rauwolfia asked 3/9, 2010 at 19:43

1

Solved

I am encountering the following problems trying to work through the quagmire of settings in WCF... I created a WCF client-server service using a NetTcp binding. I didn't make any changes to the se...
Tiny asked 29/3, 2010 at 8:11

3

Ive got a Host / Client WCF Service and client that is using netTcpBinding and a callback method. <bindings> <netTcpBinding> <binding name="tcp_Unsecured" receiveTimeout="00:01:00...
Halmstad asked 12/5, 2010 at 13:33

2

Solved

While trying to build a client-server WCF application in Mono we ran into some issues. Reducing it to just a bare example we found that the service only accepts one client at a time. If another cli...
Taradiddle asked 31/5, 2010 at 14:54

1

I'm trying to make a self hosted WCF app that uses nettcpbinding but works in an environment without a domain. It's just two regular windows pc's, one is the server and the other one will be the c...
Giselegisella asked 30/4, 2010 at 22:47

1

I’m trying to set up a WcfService with the use of NetTcpBinding. I use Transfer mode Streamed since I will transfer large files. I need to use Session, and I have read that NetTcpBinding supports t...
Ulterior asked 5/1, 2010 at 9:18

© 2022 - 2024 — McMap. All rights reserved.