Tell something about Active Server Pages?

Answers were Sorted based on User's Feedback



Tell something about Active Server Pages? ..

Answer / hema

ASP stands for Active Server Pages.
It is a client and server technology in 3 -tier
architecture.
The asp script is executed on the server. and gives output
to the client in html format

Is This Answer Correct ?    5 Yes 0 No

Tell something about Active Server Pages? ..

Answer / 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

Tell something about Active Server Pages? ..

Answer / rajandeep uppal

Active Server Pages is Microsoft First everSide script
Engine for dynamically generated web pages.It is initialy
marketed as IIS(internet information sysytem) in windows NT
4.0 Option pack ,But has been included as afree component
of window 2000 server.Each object correspond to a group of
frequentused functionality used for creating dyanmic web
pages

Is This Answer Correct ?    1 Yes 0 No

Tell something about Active Server Pages? ..

Answer / weed

ASP- Active Server Pages:

Is This Answer Correct ?    1 Yes 0 No

Tell something about Active Server Pages? ..

Answer / krishna

Asp is Specification.
Specification: It follows the rules of technology
If we take c#, it is a technology.
Asp follows the c# technology.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More ASP Interview Questions

hi this is madhu i have one doubt,regarding siebel Q: is this is mandatory when we r doing join between a bc & table , the table should extension table Reqired or not, can we do the join with base table also,

1 Answers  


Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count

1 Answers  


Can .net framework components be used from a com program?

0 Answers  


Is asp still used?

0 Answers  


Define "virtual directory"?

0 Answers  






How do I view an asp file?

0 Answers  


textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.

0 Answers  


What is a TextStream object?

1 Answers  


What is the code for closing the form(using controls) instead of directly closing it?

1 Answers   Cisco, CMC,


What is ASP (Active Server Pages)?

2 Answers  


How can you change the primary scripting language for a page?

0 Answers  


Explain the order of precedence for logical operators.

0 Answers  


Categories