How Does ASP.NET Work?

  • When a browser request an HTML files, the server returns the file
  • When a browser request an ASP.NET files,IIS passes the request to the ASP.NET engine on the server
  • The ASP.NET engine reads the file,line by line,and execute the script in the file
  • The ASP.NET file is returned to the browser as plain HTML.

No comments:

Post a Comment