SignalR /signalr/hubs 404 Not Found

前端 未结 14 1381
时光说笑
时光说笑 2020-12-29 03:16

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

14条回答
  •  死守一世寂寞
    2020-12-29 03:44

    Check web.config, on segment AppSettings add

    
    

    on Key must be white space on the end of the name key, like @Randy H.

提交回复
热议问题