I am testing my MVC Web App.
It uses SignalR.
I am running it under my local IIS
To test my web client I navigate to my page in a Chrome browser and open the same web page in different tabs.
The max number I can open is 2 tabs.
If I now close one of these tabs and open the same page on a different PC it will not open. I am using safari browser on this other PC.
If will connect if I close the other browser down on my 1st PC.
Yet, if I run the same code on my hosted server I can have many may client connections.
Is the a limit to the amount of client connections I can have running under my local IIS server or is there a setting I need to make somewhere?
Thanks
PS I could post relevant code but I do not think the code is the issue. I think it has to be the configuration.