Hello, I am using a simple .NET utility that uses the Microsoft.Web.Administration ServerManager class to manage a remote IIS server w/ 2008 R2. The problem is, I am getting the following error in certain cases (I believe to be running user specific)
Retrieving the COM class factory for remote component with CLSID {2B72133B-3F5B-4602-8952-803546CE3344} from machine failed due to the following error: 800703fa.
Error code -2147023878
Dynamic ports are open via windows firewall so I know it isn't that. It seems that certain users can and some can't. After thinking it was permission related, I added them to the IIS servers Administrators group...no luck. I tracked down the CLSID to be Microsoft.ApplicationHost.WritableAdminManager in the registry with InProcServer32 = %windir%\system32\inetsrv\nativerd.dll. I have no idea what error 800703fa is or the error code for that matter.
Any idea on what the error might be OR have an idea on what/where I can find out more info on the actual error?