Hi, We have a current product that is a C++ ISAPI extension. For part of its work, it needs to interact with a DCOM object. When it is creating this object, we need to fill out the COSERVERINFO and COAUTHINFO structures to send to CoCreateInstanceEx.
We are now porting this to a .NET web service using C#. My question is: Is this type of fine control over how COM objects are created available through the .NET Framework or do we need to write some special code to do this? It doesn't look like the Activator supports anything but a standard CoCreateInstance call. Thanks, Craig. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.