ASP components primary beginner and proficient series bis

Source: Internet
Author: User
How to register a component

1. Absolute path to Regsvr32 component

such as: regsvr32 c:\test\fc1.dll

Because the component can be used as long as it is registered, it has nothing to do with the location of the component.

2. Registered in the COM + Component Manager.

When do I need this registration: The component needs to be registered to perform properly after using COM + 's services. If the component is only regsvr32 registered, it still cannot be used



How to use Components

Set Obj=server.createobject ("project name. Class Name")

And then call its method properties



How to uninstall a component

1. Absolute path to Regsvr32 component

such as: regsvr32 c:\test\fc1.dll/u

U parameter anti-registration component

2. You can remove a component from COM + Component Manager





Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.