-
DCOM + ASP
I need to call DCOM from Asp file, any ideas?
-
Re: DCOM + ASP
I've never tried it before but can't you just put the proper registry
entries on the server and then create it will CreateObject. As far as I
know, you should be able to use DCOM transparently, just like normal
COM.
-- Joel
Sushil wrote:
> I need to call DCOM from Asp file, any ideas?
-
Re: DCOM + ASP
Create the object on asp with 'server' object.
call "server.createObject(--component name--)"
Note: the component must be registered with the machine first.
-IUH
"Sushil" <sagalchik@hotmail.com> wrote:
>
>I need to call DCOM from Asp file, any ideas?
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks