Tell something about Active Server Pages?
Answer Posted / murugan
ASP stands for Active Server Pages
ASP is a program that runs inside IIS
IIS stands for Internet Information Services
ASP is a Microsoft Technology
An ASP file is just the 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"
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.
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
browser.
Customize a Web page to make it more useful for individual
users.
The advantages of using ASP instead of CGI and Perl, are
those of simplicity and speed.
Provide security since your ASP code can not be viewed from
the browser.
Clever ASP programming can minimize the network traffic.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What happens to a html page?
How can you disable the browser to view the code?
Define response object?
How do in-process communication work in the common language runtime?
What purpose is served by the application.lock method?
Define asp?
Explain how big is the data type int in .net?
Is asp still supported by microsoft?
Define extranet?
What is the microsoft intermediate language (msil)?
Define microsoft intermediate language (msil)?
how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008
Define a filesystemobject object?
Distinguish functionalities of ASP in web design.
What are the tags necessary to be present within the tag ?