ATL Server architecture

Explain the ATL Server architecture.



The Web server receives requests from the client and passes them on to the ISAPI extension DLL when the request is for a file extension handled by that DLL.

The ISAPI extension DLL receives requests from IIS and passes them on to the appropriate Web application DLL.

Web application DLLs provide application-specific functionality for handling requests and generating responses.

Server response files are text files that contain the static parts of a response and special tags describing where request handler methods can be called to generate the dynamic parts of the response.
Why ATL Server?
Why ATL Server? - It provides the functionality required to build large scale internet sites like:.........
What is SRF Files? Explain with an example
What is SRF Files? - SRF files contain HTML and script tags denoted by the {{ opening and }} closing braces........
What is the information that SRFs typically contain?
What is the information that SRFs typically contain? - SRF files contain HTML and script tags denoted by the {{ opening and }} closing braces.......
Post your comment