Jump to content

ATL Server

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DennyColt (talk | contribs) at 00:25, 28 February 2007 (add a source). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

ATL Server is a technology for developing web based applications. It uses a tag replacement engine written in C++ to render web pages. It draws on the existing technologies like ISAPI and the Active Template Library.

A typical ATL server application consists of at least one ISAPI DLL along with one or a number of Server Response Files (.srf) and their associated DLL files which provide the application functionality.

References