Kentico 7 Bizform submission in IE10

John Fu asked on May 13, 2014 20:13

Hi, I'm experiencing errors when submitting bizforms in IE10 or later on a site we built in Kentico 7. The error is consistently returning "Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500".

This only happens on IE10 and later.

The site can be located at http://www.nswmining.com.au/dialogue/home

Thank you. John.

Recent Answers


Martin Danko answered on May 26, 2014 07:22 (last edited on May 26, 2014 07:25)

Hello John,

for possible solution take a look at the following forums thread: What is error Sys.Webforms.PageRequestManagerServerErrorException

especially try to add into your web.confg file:

<appSettings>
   <add key="aspnet:MaxHttpCollectionKeys" value="8001"/>
</appSettings>

Best regards, Martin

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.