I have a few asp pages that late bind to an ole server using
createobject. One the computer I've done most of the work on, the
application pops up under the account I'm logged into (say "Default"
for instance) every time the createobject gets executed. I can see it
open when I'm logged into the Default account and, if the app is
already running, the code will late bind to that. This will keep the
app open like I need it to be.
Here's the problem -
I copied my scripts to another computer as well as installed the ole
app on it. I logged into Default ran the asp page. It executed the
create object code, but the application didn't open. I went into IIS
and changed the anonymous access to run under Default. Now, in task
manager I see the application running under Default, but I still can't
see it on the desktop and it also won't bind to an app that's already
running like it did on the other computer.
Can anyone offer any insight? Is there a setting I'm missing somewhere?
>> Stay informed about: help - ole server not showing up