ASP.NET Ajax Error: Sys.WebForms.PageRequestManagerParserErrorException

后端 未结 15 724
轻奢々
轻奢々 2020-12-05 18:20

My website has been giving me intermittent errors when trying to perform any Ajax activities. The message I get is

Sys.WebForms.PageRequestManagerP         


        
15条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-05 18:51

    I had exactly the same error.

    For me it was

    
    

    Missing in the httpModules section of web.config (.Net 3.5 app)

    This error seems to may be related to many various things.

提交回复
热议问题