I have an ASP.NET api that responds with over 300k records.
When running from Visual Studio the data returns fine in chrome, but once hosted is IIS I receive a 200 but no data is returned from the api call
Logs on the server show data was retrieved just before the controller method exited
Is there a limit or issue with the serialization of records when hosted on IIS?