Is it possible to run APPCMD from Server 2003

appcmdiis-7windows-server-2003

In our transitory migration situation, I have the need to run APPCMD from a Windows Server 2003 machine, but of course targeting an IIS7 instance on a remote Windows Server 2008.

Is it possible?

(I am NOT trying to run IIS7 on Windows Server 2003)

Nick

Best Answer

appcmd doesn't have a way to remotely control any machine (even between 2 W2k8 machines) so the answer to your question is no.

Just out of curiosity I tried copying appcmd.exe from a W2k8 box to a W2k3 box, and I get an error that the executable "is not a valid Win32 application".