|
-
December 7th, 1999, 04:19 PM
#1
Help: Stopping Multiple ActiveX Exe's from starting
> I have created a Web IIS app in VB6 that connects to a session object that
> is a VB AvtiveX exe to keep some data related to the users connected.
>
> I also have an ocx control on the web page that connects to the ActiveX
exe
> session object also
>
> (Both actually go through an intermediate ActiveX dll)
>
> But the web app and the client control both open seperate copies of the
exe
> when the application is run in anything other than through VB studio.
>
> This is obviously due to the IIS or Personal Web Server running under a
> different account than the Control on the browser, but how do I set the
> application or any system configuration such that only one instance of the
> application will start up and that this single exe will be the one that is
> used by all apps.
>
> I have tried GetObject, CreateObject, New Object with no luck
>
> I have also tried settign the User in DCOMCNFG but no luck.
>
> Please email me any suggestions to [email protected]
>
> Thank you
>
> David Stephen
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|