The document describes how ASP pages are displayed and processed. It involves the following steps: 1) The browser requests the file from the server. 2) The server searches for and retrieves the file from its hard drive. If there is ASP code, it is processed. 3) The server returns the file to the browser. 4) The browser interprets the ASP file and displays it.