Sys.WebForms.PageRequestManagerServerErrorException 12031

前端 未结 6 635
野的像风
野的像风 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:02

    add
    in web.config and in YourPage.aspx set (ClientIDMode="Static" ValidateRequest="false")

    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

    EXAMPLE: web.config

       
    
    
      
        
        
          
            
          
        
    
      
    
    
      
        
      
    
    

提交回复
热议问题