BV Commerce Forum
»
BV Commerce Support
»
General Support
»
A potentially dangerous Request.Form value was detected from the client
Rank: Member
Joined: 5/27/2010(UTC) Posts: 18
|
We are using Bv Commerce 5.72 version. I have successfully installed and also created new theme. When we tried to create a new custom page , i have filled out all the details and submit. its says the following error :
'A potentially dangerous Request.Form value was detected from the client'.
The page is aleready having ValidateRequest="false", but the error comes. Please check the below line :
<%@ Page ValidateRequest="false" Language="VB" MasterPageFile="~/BVAdmin/BVAdmin.master" AutoEventWireup="false" CodeFile="CustomPages_Edit.aspx.vb" Inherits="BVAdmin_Content_CustomPages_Edit" title="Untitled Page" %>
Kindly give a suggestion/support to avoid this error. Thanks.
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
Do you have .net 4.0 installed? If you're attempting to run under 4.0 there was a change to request validation. Make sure you app pool is running under 3.5 (2.0) in IIS.
|
|
|
|
Rank: Member
Joined: 5/27/2010(UTC) Posts: 18
|
Thank you Marcus. Yea am using .NET 4.0 Framework. I have resolved my problem. I have added the following line of code into web.config file.
<httpRuntime requestValidationMode="2.0" />
Now it was working fine. Any way thank you.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.