Hi,
You need to allow multiple endpoints for the application. You can do it for all users by changing the MetrixEndpoints.xml file at
C:\inetpub\wwwroot\FSMServerXXXXXXX\Client
If it is select users it would be more complicated I believe.
Hi,
You need to allow multiple endpoints for the application. You can do it for all users by changing the MetrixEndpoints.xml file at
C:\inetpub\wwwroot\FSMServerXXXXXXX\Client
If it is select users it would be more complicated I believe.
Hi Lee,
It means we can have multiple endpoints within the <endpoint> tag right?
<MetrixEndpoints>
<endpoint name="FSM6U2DEV" address="net.tcp://BAWILK0:808/FSM6U2DEV/M5Service.svc" binding="customBinding" bindingConfiguration="CompressedNetTcpBinding_IM5Service" contract="Metrix.UI.Communication.IM5Service" />
<endpoint name="FSM6U2TEST" address="net.tcp://BAWILK0:808/FSM6U2TEST/M5Service.svc" binding="customBinding" bindingConfiguration="CompressedNetTcpBinding_IM5Service" contract="Metrix.UI.Communication.IM5Service" />
</MetrixEndpoints>
like this, please correct me if I am wrong.
I would have thought that is how it uses the endpoints file, yes. I have not traced it to be certain though.
@wickrambug are you able to install multiple instances of FSM/Application on the same IIS/DB server? Would be great if you can share your experiance.
CC:@Lee Pinchbeck