Ajax - 500 Internal Server Error

后端 未结 8 1129
难免孤独
难免孤独 2020-11-30 07:22

I am trying to learn AJAX for this project at work. I have a site that loads medications that a patient is taking.

I call this AJAX function up recursively so that i

8条回答
  •  难免孤独
    2020-11-30 08:13

    I think your return string data is very long. so the JSON format has been corrupted. You should change the max size for JSON data in this way :

    Open the Web.Config file and paste these lines into the configuration section

    
      
        
          
        
      
    
    

提交回复
热议问题