I am working on a project where we are building REST services using (ASP.NET, C# )based on users SQL query.
Some of the query brings large amount of data so when I try to display result into XML format using REST get method it say connection was reset.
Is there a limitation on browser to show millions of records in xml format?
sometime when users create their query and build the REST Uri it say BAD ULR some of the URI length could be larger than 500 characters.
Is there a way to solve these problems.