![]() |
|
| • All Online Courses • New Courses • QuickTips • Word Definitions • Submit a Tutorial • Links • |
|
Active Server Pages (ASP) Declaring Type LibrariesIn IIS5 and later, you can use the Global.asa file to declare a type library to bind to the application. Type libraries are files containing information about a particular COM object. Declaring a type library in Global.asa lets you access the constants for the object from any page in the application. To declare a type library, you use the <METADATA> tag:
The UUID attribute specifies the unique identifier for the type library. You must use either the UUID attribute or the FILE attribute, which specifies the physical location of the library:
Other optional attributes are VERSION and LCID. Version specifies the major and minor version numbers (in the form VERSION="Major.Minor") and LCID specifies the locale identifier. If the local is not specified, the System locale is used. Once you declare a type library, you can create an instance of the object in any ASP page in the application, and then access the constants that have been declared for the object:
by Summer Doucet Find more free Internet tutorials from Learnthat.com. More Information:
Help us by rating this tutorial: [---] [--] [+] [++] [+++] [---] lowest; [+++] highest
|
|
|||||||||
![]() |
Learn: Free
Tutorials - Links
to Free Tutorials
Understand: Free Technical Definitions
- ExplainThat Whitepapers
Use: Certification Section -
Discussion Forum
Visit Our Network Sites:
About Us : Contact Us : Advertise : Privacy Information