↧
From: | David Pedrelli |
To: | Rick Strahl |
As Kevin points out using the CONSOLE commands to register your COM server will do the trick:
doCONSOLEwith"DCOMIMPERSONATION", "webapp.webappServer", "SYSTEM"
or
CONSOLE"DCOMIMPERSONATION""webapp.webappServer""SYSTEM"
from the Windows Command Prompt AFTER you've run YourServer.exe /regserver will register the server properly with DCOM.
More info on this problem in this Blog post:
http://www.west-wind.com/wconnect/weblog/ShowEntry.blog?id=887
+++ Rick ---
I added a new method to the wwServer interface. As a result, I got the "BSTRToString Failed on Response. Err code = ffffffff" error. I unregistered the server, removed it from DCOM Config, and removed any registry entries. I re-registered it. However, the app does not show-up in DCOM Config. I restarted IIS. I restarted the server. The app is running in COM mode; however, I cannot access the DCOM Config to set the user.
Thanks,
David