Wednesday, 27 April 2011

introduction of ASP...

What is asp ?
  1.        asp stands for active server page.
  2.        asp is a programme that run inside IIS.
  3.        IIS stands for internet information service.
  4.       asp run to To  IIS you must have Windows NT 4.0 or later. 
what is an asp file ?
  1. the asp file just same as an html file.
  2. An ASP file can contain text, HTML, XML, and scripts.
  3. Scripts in an ASP file are executed on the server.
  4. An ASP file has the file extension ".asp".
advantages :-

  •   Dynamically edit, change, or add any content of a Web page.
  •   Respond to user queries or data submitted from HTML forms.
  •   Access any data or databases and return the results to a browse   
  •   The advantages of using ASP instead of CGI and Perl, are those of simplicity and speed.

No comments:

Post a Comment