Article ID: 195957 - Last Review: March 16, 2005 - Revision: 3.3 PRB: Instantiating Object in .exe Starts Another .exe InstanceThis article was previously published under Q195957 On This PageSYMPTOMS
When you instantiate a COM component in an out-of-process server (.exe)
from Active Server Pages (ASP), another instance of the .exe starts.
CAUSE
The default Identity of a COM component in an .exe is the Launching User.
The implication of this is that when the Active Server Pages page tries to
create an instance of this object, it is doing so in the security context
of the anonymous user (IUSR_<machine name>). If this is a different user
from the user that started the instance of the .exe that is currently
running, another instance of the .exe starts.
RESOLUTIONStep-by-Step Procedures
STATUS
This behavior is by design.
MORE INFORMATIONSteps to Reproduce Behavior
APPLIES TO
| Article Translations
|

Back to the top
