Saturday 6 July 2013

Kentico, unable to update/modify and save Master page

Posted by Sarath On Saturday, July 06, 2013 2 comments
Find the following line in your web.config file :
<httpRuntime maxRequestLength="2097151" waitChangeNotification="1" maxWaitChangeNotification="3600" />
Change it to:
<httpRuntime requestValidationMode="2.0" maxRequestLength="2097151" waitChangeNotification="1" maxWaitChangeNotification="3600" />



Request Validation Mode property gets or sets a version number that indicates which ASP.NET version-specific approach to validation will be used.

Let me know if it works for you..!!

2 comments:

  1. Hi Sarath,

    Nice post,thanks for sharing this information.Looking forward for more posts like this.









    kentico developers

    ReplyDelete
  2. Thanks Sandeep for taking time to write down your comments. It is great to see such comments from someone who knows well about Kentico.

    ReplyDelete