ATL Server Question: Download ATL Server PDF

Can you explain the ATL Server architecture?

Tweet Share WhatsApp

Answer:

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.

Download ATL Server PDF Read All 9 ATL Server Questions
Previous QuestionNext Question
Explain the capabilities of ATL Server?What is ATL Server?