OutOfMemoryException was thrown

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
 
J

Jediah L.

There are a couple memory errors reported as bugs fixed in .Net 1.1 SP1 -
you might want to check them out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top