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

  •  08-24-2010, 11:35 AM

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

    The following html is being inserted into content entered through the CuteEditor:
     
    <a style="width: 20px; height: 20px; text-indent: 20px; background-repeat: no-repeat; background-image: url('/L:/HTMLWebpages/CuteEditor/Load.ashx?type=image&amp;file=anchor.gif');" id="Fall2009" name="Fall2009"></a>
     
    The highlighted portion of the path is causing the following exception: "A potentially dangerous Request.Path value was detected from the client (:)"
     
    I have no idea why that path is getting in there. My guess it is some default path set in the CuteEditor software, but the web.config specifies the CuteEditorDefaultFilesPath: <add key="CuteEditorDefaultFilesPath" value="~/CuteEditor" />
     
    Any ideas on why this is happening?
View Complete Thread