Share via


Component Development Guide

An entire Web application could be created that uses only ASP pages to process user input, access databases, perform transaction processing, and administer the server. Such a Web application could perform much faster if some of the functionality were put into compiled COM+ components, ISAPI applications, or components that used the low-level interfaces that IIS provides for advanced programmatic administration of the IIS server. This section can help you decide what business logic could be encapsulated into components outside of ASP pages.

This section contains: