I have a web service developed using vb.net 1.1. The web
service returns xml from selected data from SQL Server
using XML AUTO.
The web service runs properly on smaller databases on both
IIS 5 (Windows 2000 Server) and IIS 6 (Windows 2003
Server), but returns an out of memory exception when run
against larger databases on IIS 5. I am trying to figure
out the difference between IIS 5 and IIS 6 which is
causing this, and a solution.