Brian Cryer's Glossary of IT Terms with Links
ASP
- ASP
- 1. Active Server Pages. A specification for a dynamically created web page.
Allows a script or ASP application to be executed on a web server to generate
a web page sent to a viewer. Requires IIS. cf
JSP. Pages generated using ASP generally have the
file extension of .asp.
See also ASP.NET.
- 2. Association of Shareware Professionals.
For more information see:
- www.asp-shareware.org - Association of Shareware Professionals home page.
- 3. Answer-Set Programming. A logical programming paradigm that separates the description of a problem from the methods used to solve it.