The information in this article applies to:
SYMPTOMSAlthough most ActiveX Server components are DLLs, it is sometimes necessary to launch an EXE from Active Server Pages (ASP). When Server.CreateObject is used to launch an EXE, an error similar to the following may occur:
MORE INFORMATION
This error is the result of a safety mechanism in ASP that prevents the
launching of LocalServer components. This mechanism is in place because
there are security concerns you should consider when launching out of
process components. In addition to the security concerns, DLLs are also
preferred because of their performance benefits over EXEs.
Use the following steps to change this value:
REFERENCES
For more information on the issues surrounding launching LocalServers
from ASP, refer to the IIS 3.0 Release Notes under the "Known Issues"
section.
http://support.microsoft.com/support/vinterdev/ For additional information, click the article number below to view the article in the Microsoft Knowledge Base: Q184862 FP1: FP Explorer Can't See File if First Character is a Period Additional query words:
Keywords : kberrmsg kbASP kbASPObj kbCOMt kbRegistry kbGrpASP kbCodeSnippet kbiis300 |
Last Reviewed: December 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |