![]() |
|
|
Published: Tuesday, May 23, 2000 By Nathan Pond Components are useful for extending the functionality of ASP, and running certain processes much faster than can be expected from the ASP interpreter. They are also fairly easily developed, and when you develop one in a language such as Visual Basic or Visual C++, the component will automatically be registered on the computer it was developed on at compile time. However, in some circumstances, you do not develop on your production server, and need to manually register the component on another server. This article will describe the simple process involved in that. (If you're new to component development, you may wish to take the time to read my earlier article, Writing a COM Object with VisualBasic.)
When building a COM object, a
That's it! You should be presented a message saying it was registered successfully. Now it is registered and can be accessed from your ASP pages. Note that to accomplish this you need access to the Web server (either direct access or through some program like pcAnywhere. That's all there is to it! Happy Programming!
Related Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|