Sys.WebForms.PageRequestManagerServerErrorException 12031

前端 未结 6 643
野的像风
野的像风 2020-12-14 02:42

I\'m occasionaly getting the following popup from an AJAX.NET application

Sys.WebForms.PageRequestManagerServerErrorException: An Unknown error occurred while proc         


        
6条回答
  •  星月不相逢
    2020-12-14 03:04

    I've got this error in UpdatePanel with autopostback Dropdown after big delay (>20 min) between change dropdown selection.

    Try increase session timeout in web.cofig. For example:

    ;
    

提交回复
热议问题