ASP 3.0 The Complete Reference
Chapter 26
Visual Basic Components (Outline)
ASP allows an organization the flexibility to leverage
existing VB developer skills to create or enhance ASP applications. With the advent of VB 6.0 and the
introduction of its Web Classes, VB became an even more serious development
platform for web applications. This
chapter will cover how to use ASP and VB together to make serious web
applications.
Developing Web Classes
Web Classes and HTML Templates
Using ActiveX DLLs with Web Classes
Implementing Web Classes in ASP Applications
Implementing Active X Components in ASP Applications
Developing Active X Components
ActiveX DLLs.
Converting VBScripts to Components.
Web Classes Vs. Active X Components
Upgrading from Scripts
Converting VBScript to VB.
What are the differences of the two languages?
Handling Errors
Supporting ObjectContext
Supporting Transactions
Supporting ADO
Supporting ADSI
Supporting MSMQ
Supporting XML
SAX2 interfaces
Supporting Shared Properties
Optimizing VB Components