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
How many types of report in asp.net 2008?
How does asp differ from html?
Define unmanaged code?
What is the full name of asp in vb net?
Define "virtual directory"?
Why asp is used?
What do the abbreviations asp and jsp stand for?
Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
Define an err object?
hello,please can any one tell me who is best faculty for asp.net in naresh it....i heard that mr.nagaraju and mr.rakesh sing both are best..so i am confused to take one particular faculty. classes ...so please if any attend classes just give me clarity of teaching style..i mean ..who is best...
How do I save an asp file as a pdf?
Why do we use asp?
What is aspx in url?
What are the browsers that can access asp pages?
how can i connect to ms-access database, with ASP??