Re: A potentially dangerous Request.Path value was detected from the client (:)

  •  09-07-2010, 7:34 PM

    Re: A potentially dangerous Request.Path value was detected from the client (:)

    Hi wjfamilia,
     
    I think you are using ASP.NET 4.0.
     
    Try the below setting in web.config
     
    <system.web>
    <httpRuntime requestPathInvalidCharacters="" />
    </system.web>
     
    Regards,
     
    Ken
View Complete Thread