What is ASP (Active Server Pages)?
Answers were Sorted based on User's Feedback
Answer / devashish
ASP is a program that runs inside IIS. An ASP file cantains
tags and scripts which are executed on the server. The asp
pages can be dynamically edited, changde or added any
content of an asp Web page. It's one advantages is that the
codes of this page can not be viewed from the browser. It
also help to reduce or muinimize the network traffic.
For more details go throught the various websites of asp
programming like w3schools.com and msdn.microsoft.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
ASP is a server side-scripting environment for building
dynamic and interactive web pages. Since the scripts run on
the server side, the web server does all the processing.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is server control
What does asp stand for in technology?
What are private assemblies?
I have written an assembly that I want to use in more than one application. Where do I deploy it?
Explain the post & get method or explain the difference between them in asp?
How do you make it so that code runs when the security system is stopping it?
Explain the differences between asp and asp.net and is asp.net backward compatible to asp?
whate is @page(AspCompat) Directive in .net ?
What is asp full form?
Define a variable in asp?
Explain the difference between the value-type variables and reference-type variables?
What is the purpose of application.lock method?