|
Computer Programming Software Terms, Glossary and Dictionary
ASP: Active Server Pages
Active Server Pages (ASP), a Microsoft technology, allows programmers to develop custom code that works with Microsoft's Internet Information Server (IIS). Programmers may use one of two scripting languages to create ASP pages: VBScript (Visual Basic Script) or JavaScript. ASP pages often utilize ActiveX Data Objects to link to SQL Server databases and other data sources. |