Can you explain the three main components of the ATL Server project - the Web application DLL, the ISAPI extension DLL, and the server response file?
Submitted by: AdministratorThere can be many Web application DLLs in a virtual directory which can provide one or more named request handlers.
They have the functionality for handling requests and generating responses.
They expose request handlers that communicate with the ISAPI extension DLL.
Each Web application DLL can be used from multiple server response files.
Server response files are basically text files.
They contain the static parts of a response and special tags.
These special tags describe where request handler methods can be called to generate the dynamic parts of the response.
Each server response file can use more than one Web application DLL.
The requests from IIS are received by the ISAPI extension DLL and are passed to the appropriate Web application DLL.
It provides the request handling infrastructure and common services used by the Web application DLLs.
One ISAPI extension DLL exists per virtual directory and it handles requests for files with the .dll and .srf extensions.
Submitted by: Administrator
They have the functionality for handling requests and generating responses.
They expose request handlers that communicate with the ISAPI extension DLL.
Each Web application DLL can be used from multiple server response files.
Server response files are basically text files.
They contain the static parts of a response and special tags.
These special tags describe where request handler methods can be called to generate the dynamic parts of the response.
Each server response file can use more than one Web application DLL.
The requests from IIS are received by the ISAPI extension DLL and are passed to the appropriate Web application DLL.
It provides the request handling infrastructure and common services used by the Web application DLLs.
One ISAPI extension DLL exists per virtual directory and it handles requests for files with the .dll and .srf extensions.
Submitted by: Administrator
Read Online ATL Server Job Interview Questions And Answers
Top ATL Server Questions
☺ | What is ATL Server? |
☺ | Explain the concepts of ATL Server? |
☺ | Explain the capabilities of ATL Server? |
☺ | Explain SRF Files with an example? |
☺ | What is SRF Files? |
Top Servers (Computing) Categories
☺ | Windows Server 2008 Interview Questions. |
☺ | Exchange Server 2007 Interview Questions. |
☺ | MS Exchange Server 2003 Interview Questions. |
☺ | Windows Server 2003 Interview Questions. |
☺ | ATL Server Interview Questions. |