Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: A potentially dangerous Request.Path value was detected from the client (:)
Re: A potentially dangerous Request.Path value was detected from the client (:)
09-07-2010, 7:34 PM
Kenneth
Joined on 02-13-2008
Posts 3,886
Re: A potentially dangerous Request.Path value was detected from the client (:)
Reply
Quote
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