Hi, I'm stuck in a weird problem,
I have a general List<Accounts> list that is populated from the database, then this list is returned to the client.
When a list contains more than 3,000 items, it throws an exception.
I set the following values ββin web.config
maxDepth="2147483647" maxStringContentLength="2147483647" maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647"
source share