Remote IIS Administration - "Not enough storage available to process this command"
- by Hainesy
I'm trying to do Remote Administration of IIS in C#.NET using System.Web.Administration tools. Everything works fine on a test server (windows 2008), however when I try using our live server (windows 2003) it fails giving the message:
System.Runtime.InteropServices.COMException : Not enough storage is available to process this command. (Exception from HRESULT: 0x80070008)
The server itself has plenty of memory free, so I believe this is some kind of memory limit with the RPC itself.
http://support.microsoft.com/kb/890425
Is there any way around this?