Remote IIS Administration - "Not enough storage available to process this command"

Posted by Hainesy on Server Fault See other posts from Server Fault or by Hainesy
Published on 2012-09-04T13:49:05Z Indexed on 2012/09/12 9:40 UTC
Read the original article Hit count: 379

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?

© Server Fault or respective owner

Related posts about windows-server-2003

Related posts about iis