What is asp ?
- asp stands for active server page.
- asp is a programme that run inside IIS.
- IIS stands for internet information service.
- asp run to To IIS you must have Windows NT 4.0 or later.
- the asp file just same as an html file.
- An ASP file can contain text, HTML, XML, and scripts.
- Scripts in an ASP file are executed on the server.
- An ASP file has the file extension ".asp".
- 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