DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 3 of 3

Thread: DCOM + ASP

  1. #1
    Sushil Guest

    DCOM + ASP


    I need to call DCOM from Asp file, any ideas?

  2. #2
    Joel Ryan Guest

    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?



  3. #3
    Inam Ul Haq Guest

    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?



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links