View Single Post
  #24 (permalink)  
Old 04-25-2008, 01:45 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: Asp Interview Questions

What is difference between asp and html?

· When a browser requests an HTML file, the server returns the file
· When a browser requests an ASP file, IIS passes the 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

Thanks
Kiruthika
Reply With Quote