I am receiving this message from a site hosted publicly:
System.Web.HttpException: A potentially dangerous Request.Path value was detected from the client (&).
I have read articles about using:
<httpRuntime requestPathInvalidCharacters="" />
Not sure how to incorporate or resolve these type of potential dangerous requests. I may not be understanding something.
Thanks for any help understanding...