ASP 3.0 The Complete Reference
Chapter 27
Visual C++ Components (Outline)
ASP allows an organization the flexibility to leverage
existing C++ developer skills to create or enhance ASP applications. COM and C++ can be used together to
integrate components into ASP and create high performance web
applications. This chapter will cover
the basics of how to accomplish that and why you would even want to try it.
C++ Background
Developing C++ Components
ATL, STL, and MFC
ATL Wizard
Supporting ObjectContext
Upgrading from Scripts
Converting JScript to C++.
Handling Errors
Supporting Transactions
Supporting ADO
Visual C++ extensions for ADO
Supporting OLE DB
Supporting ADSI
Supporting MSMQ
Supporting XML
Supporting Shared Properties
Optimizing C++ Components