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?