I have a site which uses nettcp binding service which is opened at port Number 808.
Now I have created one more website which uses nettcp binding at port number 808 only.
<endpoint address="net.tcp://ded3.demo.com:808/FileTransfer.svc">
<servicePrincipalName value="host/M04.ROUP.local" />
But the problem is whenever I run from the client ,the first service is getting called.
Please let me know how to give the correct endpoint address to call the corresponding services.