Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6121583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:48:01+00:00 2026-05-23T15:48:01+00:00

Can someone tell me how to retrieve an ActiveX component with an OBJECT tag?

  • 0

Can someone tell me how to retrieve an ActiveX component with an OBJECT tag?

On my ASP file I have retrieved an ActiveX control with the following code:

<OBJECT classid="clsid:A919AF5F-637C-423E-835A-B56448C1AD9B">
</OBJECT>

The result is that the Activex control popup on the web page..so far so good.

The problem is that this piece of code always look for the ActiveX control
on the Client machine, I want the ActiveX control to be retrieved from the
server (of course)

In the documentation for the OBJECT tag, I saw that there was an attribute
called RUNAT=Server that should be included to get the object from the Server
instead, so I tried with the following code to retrieve the ActiveX from
the server instead of the clients machine

 <OBJECT RUNAT=Server id=whatevername
    classid="clsid:A919AF5F-637C-423E-835A-B56448C1AD9B">
    </OBJECT>

…but, when I do like this, the ActiveX control doesn’t show up. Can someone
understand why ?? Is it neccesary to instantiate the “whatever”-id before
I use it in the OBJECT-tag, or can this id be set to whatever value ? ….I
only want the ActiveX to show up in the clients browser, WHAT is wrong ??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:48:01+00:00Added an answer on May 23, 2026 at 3:48 pm

    ActiveX is a client-side technology only. It is designed to allow COM objects registered on the client machine to be instantiated in the browser.

    Therefore, the question you should be asking is “How do I install/register my COM object on the client PC”.

    Bascially, you will need to add a codebase attribute to your object tag, specifying a URL to your (correctly packaged) ActiveX object. e.g.:

    <object 
        classid="clsid:<guid>" 
        codebase="http://mydomain.com/path/to/mycabfile.cab">
    </object>
    

    The ActiveX object will typically be packaged in a CAB file and, if it was written in .NET, then it will need to be packaged in an MSI inside the CAB file.

    For information on deploying a .NET ActiveX component from a web-server, please see my answer here.

    For information on deploying a non .NET component, just search Google – it’s much more straightforward than the .NET way!

    Finally, if you are in an intranet environment, don’t forget to consider using Active Directory Group Policy, or a similar technology (like SMS), for deploying the ActiveX component – it might be a lot simpler this way.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone tell me how i can change the .xml file that a flash
Can someone tell me the different between LinkButton.PostBackUrl and HyperLink.NavigateUrl? I've got a asp.net
Can someone tell me what the code equivelant in VB.Net to this C# code
Can someone tell me why: var nl = Convert.ToInt64(17029268.1650117); fails, and instead you have
can someone tell me why the following behavior occurs (Oracle 10.2): SQL> create table
Can someone tell me why the following does not match: >>> re.search(r'(\d{2, 10})', '153')
Can someone tell me why this is not working right? I have these lines
Can someone tell me if it's possible to create an apk file during runtime?
Can someone tell me why this code produces error? The C# code DateTime now
Can someone tell me what's wrong with this code? I'm trying to upload a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.