What is SRF Files? Explain with an example

What is SRF Files? Explain with an example.

SRF files contain HTML and script tags denoted by the {{ opening and }} closing braces.
A single SRF file may call code from a number of application DLLs and a single application DLL may serve a number of SRF files.
The simplest SRF file must contain one or more references to application DLLs and one or more calls to a function within those DLLs.
Eg:
{{handler ATLServerHelloWorld.dll/Default}}
<html>
<body>
{{Hello CareerRide}}
</body>
</html>
The first line of the file is used to identify the DLL and the class that the SRF file will make calls to.
{{handler ATLServerHelloWorld.dll/Default}}.
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.......
Main components of the ATL Server project
Components of the ATL Server project - There can be many Web application DLLs in a virtual directory which can provide one or more named request handlers.........
What is a stencil in ATL Server?
What is a stencil in ATL Server? - A stencil is any text file that contains special tags understood by CStencil Class........
Post your comment