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!

link|improve this question
feedback

migrated from stackoverflow.com Oct 1 '09 at 6:27

This question came from our site for professional and enthusiast programmers.

2 Answers

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?

link|improve this answer
No. 1 Single IP :( – Pokot0 Jan 4 '09 at 11:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.