In a vb.net 2010 web form application, I believe that I am getting an internal server error 500 message since the size of the file may be too large for the browsers I have been using.
When I look at the length of one record for a particular student I find the following sizes:
1. The htmltable.length = 43,016 and2. jason.tostring.length = 82,523.
I have been trying to use internet explorer 11 and Firefox.
However I am wondering if you can tell me the following:1. Is there a broswer that allows the size of files that I need to display in the browser? If so, what browser and version would that be?2. If the the size files I listed above are too large, is there a broswer that I can extend its limit on my workstation to meet my size limits? If so, what browser could I extend the size limits on and how would I accomplish that goal?3. If I can not meet the size limits that I need, what browser and what version of that browser can I use to meet the highest size limits that I am looking for?