I am trying to deploy a SignalR site on IIS. Code all works fine in VS. But getting the 404 not found error trying to resolve signalr/hubs so far I have tri
For me the solution was to reinstall all the packages and restore all the dependecies.
reinstall
Open nuget powershell and use this command.
powershell
Update-Package -Reinstall