OutOfMemoryException was thrown

  • Thread starter Thread starter Gionni
  • Start date Start date
G

Gionni

Hello everyone,
I wrote a web service that monitorizes some directories and their
contents. It returns a XML document as string.
A web application calls this web service and parses the XML to display
the status of directories graphically. It worked fine on Windows 2000.
Then I transfered the web application on Windows 2003 and an
OutOfMemoryException is thrown when there are too many files. Note
this number of files excedeed is very low (order of 20).
The web service still works on Windows 2003, but the web application
causes the faults. The virtual memory settings are the same on 2000 e
2003.

Thanks in advance,
Gionni
 
There are a couple memory errors reported as bugs fixed in .Net 1.1 SP1 -
you might want to check them out.
 
Back
Top