I have an n-tier application to which I have added SignalR functionality. When I compile my business layer now, I have to do iisreset before the website can load again. It just loads, and itβs not going anywhere. Even killing in the w3wp process does not help.
I tried and removed SignalR, and then it works fine when compiling the backend. I assume that the connection is made from SignalR to the server, and it breaks when the backend is compiled, which forces the site to perform a full load.
What could I do with this?
source share