Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server."

前端 未结 27 2648
遇见更好的自我
遇见更好的自我 2020-12-13 18:03

I have couple of update panels and jquery tabs on page. And also I am loading couple user controls on update panels. After user waited for couple of minutes (not checked the

27条回答
  •  忘掉有多难
    2020-12-13 18:09

    This is not the real problem, if you want to see why this is happening then please go to error log file of IIS.

    in case of visual studio kindly navigate to:

    C:\Users\User\Documents\IISExpress\TraceLogFiles\[your project name]\.

    arrange file here in datewise descending and then open very first file.

    it will look like:

    enter image description here

    now scroll down to bottom to see the GENERAL_RESPONSE_ENTITY_BUFFER it is the actual problem. now solve it the above problem will solve automatically.

    enter image description here

提交回复
热议问题