Pages Architecture — Active Server

Once the scripts have finished running—calculating totals, checking logins, or fetching data—the ASP engine strips away all the code. What’s left is pure, standard .

Think of as a translator. It is an ISAPI extension that sits inside the server’s architecture. Active Server Pages Architecture

The story begins when a user types a URL into their browser. If that URL ends in .asp , the browser sends an HTTP request to a server running . Active Server Pages Architecture

ASP provides five built-in objects to manage the conversation: Request : To hear what the user is saying. Response : To send the final result back. Server : To manage server-side utilities. Active Server Pages Architecture