Questions tagged [tcpportsharing]
17 questions
6
votes
1 answer
Asp.Net Core – Kestrel – Port Sharing – Alternative
Currently we are moving from .Net Framework (4.7) to .Net Core / Asp.Net Core.
We are having a few micro services which are using WebAPI and listening on the same port (443).
And we have a single page application (which consists of a few modules…

rene_r
- 936
- 1
- 6
- 15
3
votes
0 answers
WCF dropping connections (random timeouts, socket aborts, endpoint not found) -Port sharing
I'm doing some wcf tracing on a sever with 800 clients (verbose clients) and I am seeing a lot of SocketConnection aborted after Process action 'http://tempuri.org/IConnectionRegister/ValidateUriRoute'. This is during a ** ** activity
I removed…

Narcis
- 5,862
- 3
- 23
- 30
3
votes
0 answers
Managing Net TCP Port Sharing Configuration through Group Policy
Our organization has an application infrastructure that consists of many WCF services deployed over many different servers on our network. We'd like to move towards using the Net TCP Port Sharing service so that we can remove the need to assign a…

mclark1129
- 7,532
- 5
- 48
- 84
1
vote
2 answers
Stop NebulaGraph From Using Cassandra Ports
Problem
Please let me know how I can improve this question in the comments below!
How do I stop NebulaGraph Docker Desktop Extension from using the TCP-Port: 7001?
I know how to manually stop NebulaGraph by toggling on the extension to show its…

Zach
- 539
- 1
- 4
- 22
1
vote
2 answers
WCF Service Port Sharing problem
I am trying to host several WCF REST services on the same port. I started Net.Tcp Port Sharing Service and this is my app.config file:

Nebojsa Veron
- 1,545
- 3
- 19
- 36
1
vote
1 answer
Hosting TCP based WCF service on the same ports as IIS (via Windows Activation Service) in Azure WebRole
How should one configure an Azure Webrole when using a TCP-based WCF on the same ports as IIS?
An on-premise solution would typically use WAS activation, however this usually involved setting permissions on the HTTP ports etc. In Windows Azure this…

makerofthings7
- 60,103
- 53
- 215
- 448
1
vote
1 answer
Is it possible to have a WCF/WAS service using net.tcp port 80 and IIS on the same port?
Does the TCPPortSharing service permit me to have a WAS activated TCP-Based service on the same port as IIS's port 80?
The picture below shows net.tcp at port 808. Can I change this to port 80? If the answer is "no" then am I misunderstanding the…

makerofthings7
- 60,103
- 53
- 215
- 448
1
vote
0 answers
IstioIngressGateway and Virtual Service with custom TCP Ports
IstioIngressGateway and Virtual Service with custom TCP Ports.
I have deployed my TCP Server as service in my Azure Kubernetes Cluster.
I have downloaded the istio package. I have modifed the install\kubernetes\helm\istio\values-istio-gateways.yaml…

Manju
- 11
- 2
1
vote
0 answers
Nodejs cluster not taking concurrent calls correctly
[Edit: I added some profiling logs and process exit traces to the code, and pasted the results at the end of the post]
I can't get Nodejs cluster to properly make use of the server's available CPUs while using port sharing. The problem is observed…

Bob
- 1,495
- 1
- 19
- 24
1
vote
1 answer
WCF services on IIS with net.tcp port sharing. Is it good solution according to performance issues?
We are planning to develop a big set of WCF-services with net.tcp binding (about 50 services). They will be hosted on IIS.
As I understand, there are two way to realize it:
Create one site on IIS. Services will be deployed as a IIS application. So,…

Sir Hally
- 2,318
- 3
- 31
- 48
0
votes
2 answers
How to check port can be shared in WCF
I have client-server app, which is using WCF port sharing feature for communication between each other. In case, when I installing both parts on the same machine I need to use the same port. The question is, how can I distinguish during…

mxpv
- 946
- 2
- 10
- 31
0
votes
1 answer
JanusGraph Server Failed To Start With Bash
Problem
Why does janusgraph-server.sh start server fails to start?
Running git BASH and JanusGraph:latest [Version 0.6.3 (February 18, 2023)].
Setup
Download JanusGraph package janusgraph-x.x.x.zip
Install JanusGraph unzip…

Zach
- 539
- 1
- 4
- 22
0
votes
1 answer
.Net Port Sharing EndpointNotFound
I have two machines host1 & host2. host1 is running a process communicating with a process on host2 with following two services:
net.tcp://host2:1000/Service1
net.tcp://host2:1001/Service2
While Service1 works fine Service2 return following error…

grunt
- 662
- 1
- 8
- 24
0
votes
0 answers
How to use net.tcp port sharing in Azure Service Fabric
I want to deploy a WCF service that utilizes net.tcp port sharing. When running on a normal Windows Server, I make sure that the NET.TCP port sharing service is enabled and running and my application launches without any issues.
When switching to…

Ramon de Klein
- 5,172
- 2
- 41
- 64
0
votes
1 answer
how does my net.tcp wcf services work without specifying PortSharingEnabled in the binding?
I read all over the msdn where it says to enable port sharing : The port sharing service should be started and my net.tcp binding should specify 'portSharingEnabled = True'.
I also see that net.tcp binding documentation shows the default value for…

Everything Matters
- 2,672
- 4
- 25
- 42