• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

balamk81
#1 Posted : Thursday, May 27, 2010 1:53:35 AM(UTC)
balamk81

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.
Marcus
#2 Posted : Thursday, May 27, 2010 9:49:47 AM(UTC)
Marcus

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.
balamk81
#3 Posted : Friday, May 28, 2010 12:46:56 AM(UTC)
balamk81

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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012