Tuesday, November 13, 2007

How Does it Works?

--> When a browser requests an HTML file, the server returns the file
--> When a browser requests an ASP file, IIS passess teh request to the ASP engine
--> The ASP engine reads the ASP file, line by line, and executes the scripts in the file.
--> Finally, the ASP file is returned to the browser as plain HTML.

No comments: