Rick Doll

Rick Doll

  • NA
  • 15
  • 1.1k

AspNetCore 2, Post size

Jul 13 2018 11:34 AM
I am trying to post a large list from JS to my MVC controller.
 
I keep getting back a generic server error.
 
If I scale back the size of the list it works so I am assuming it is the post size that is the issue.
 
I have seen examples of setting the max post size for older versions of asp.net, but what about core? 

Answers (1)