I'm having an issue that I can't seem to figure out. Thank you for any assistance you may provide.
I have a Server 2008 R2 SP1 server that is running a .net application that we are trying to implement SignalR on. It works on 1 of the 3 servers. The URL I have is
The error I found in the logs is
2016-01-11 12:56:58,506 [65] ERROR ASP.global_asax [(null)] -
MESSAGE: A potentially dangerous Request.Path value was detected from the client (&).
SOURCE: System.Web
URL: http://%SITENAME%/signalr/negotiate clientProtocol=1.4&connectionData=[{"name":"mediahub"}]&_=1452536862615
REFERRER:
FORM:
QUERYSTRING:
TARGETSITE: Void ValidateInputIfRequiredByConfig()
STACKTRACE: at System.Web.HttpRequest.ValidateInputIfRequiredByConfig()
at System.Web.HttpApplication.PipelineStepManager.ValidateHelper(HttpContext context)
= = =
Its on a server 2008 R2 sp1 server. I've found lots of instructions but haven't found this issue specifically.