Microsoft IIS Error - Not enough storage is available to complete this operation

4

I am running a third party application on Windows Server 2003 and IIS. Requests to specific pages (which process a lot of data) fails with this error:

Error: 
Not enough storage is available to complete this operation. 
Number: 
0x8007000E

This is most likely an issue with the software itself and I already know it should be fixed at code level, but this is up to this third party.

What I am looking for is a way of alleviating this issue by configuring IIS properly (for example: increase buffer and memory allocated for applications). I can easily upgrade the server memory if required.

Any help is welcome! Thanks!

iis
asked on Server Fault Oct 1, 2008 by Pokot0

2 Answers

1
0

A Google search on the error message and 'iis' kicked this back: http://www.webhostingtalk.com/archive/index.php/t-129327-p-1.html

For that guy, he found out from MS that IIS only supports 25 IP addresses (or fewer) on a server.

Does you server have more than 25?

answered on Server Fault Nov 26, 2008 by warren

User contributions licensed under CC BY-SA 3.0