an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > DotShoppingCart Suite > Advanced Block Container Editor
Last Post 8/24/2010 2:28:17 AM By TAhmad. 4 replies.
8/23/2010 7:30:52 AM
TAhmad
Posts: 46
Joined: 1/12/2010
Advanced Block Container Editor
I'm using dotshoppingcat Suite V4.1.
 
I have made some HTML change in Advanced Block Container Editor, but when click on OK button error message say: "A potentially dangerous Request.Form value was detected from the client (ctl00$ContentPlaceHolder1$ctl00$txtBlockContainer=" ....
 
this error appear when I try to edit each 'Advanced Block Container Editor'
8/23/2010 11:58:41 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Advanced Block Container Editor
Web.config should have <pages validateRequest="false"> under system.web. Please check your web\web.config .
DotShoppingCart Staff
8/23/2010 2:36:57 PM
TAhmad
Posts: 46
Joined: 1/12/2010
Re: Advanced Block Container Editor
I have added new element <httpRuntime requestValidationMode="2.0" /> and its work fine.

 
many thank
8/23/2010 2:39:23 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Advanced Block Container Editor
I guess you are running ASP.NET 4.0 then.
DotShoppingCart Staff
8/24/2010 2:28:17 AM
TAhmad
Posts: 46
Joined: 1/12/2010
Re: Advanced Block Container Editor
Yes, vs.net V4  in windows server 2003 and IIS V6