| System.Web.HttpRequestValidationException | A potentially dangerous Request.Form value was detected from the client |
The above mentioned exception occurs for few users and few times alone.If we see the error logs this error occrus for specific users in specific page only.But if the user try it again,it works fine most of the times....
This exception needs to fixed or handled.......
Iftikar HussainPosted Aug 1, 2013, 11:30 AM
Regards,
Iftikar
Sudarshan NandakumarPosted Aug 1, 2013, 8:54 AM
Thanks for your suggestions.
Can you let me know the possible reasons for it???
Sanjeeb LenkaPosted Aug 1, 2013, 8:41 AM
Example:
for details refer to this link
http://dotnetfish.blogspot.in/2007/08/systemwebhttprequestvalidationexception.html
Iftikar HussainPosted Aug 1, 2013, 8:39 AM
http://www.vbforums.com/showthread.php?640838-RESOLVED-System-Web-HttpRequestValidationException-A-potentially-dangerous-Request-Form
Regards,
Iftikar
Sudarshan NandakumarPosted Aug 1, 2013, 8:36 AM
We are using framework 4.0 along with silverlight and Telerik Rad controls...........is there any connection with the error....
Iftikar HussainPosted Aug 1, 2013, 8:32 AM
set validateRequest="false" in your page
In .NET 4 you may need to do a little more. Sometimes it's necessary to also add
Regards,
Iftikar