Software Documentation.Info Logo
  home | about | technical writing | software documentation tools | add resource | site map | contact

SEARCH WEBSITE
 Search Website

CATEGORIES
Articles / Whitepapers
Technical Writing
  Technical Writers/Authors
  Technical Writing Services Software Documentation Tools
  Source Code Tools
    ASP
    .NET Framework
    Visual Basic
    SQL Server
    MySQL
    C++
    Java
    PHP
  End User Documentation Tools

COOL TOOLS
ASP Documentation Tool
.NET Documentation Tool
SQL Documentation Tool
VB Documentation Tool
PHP Documentation Tool
ASP Spell Checker

OTHER SOFTWARE
ConvertXtoDVD
OJOsoft Total Video Converter
Cucusoft iPhone/iTouch/iPod to Computer Transfer
iSkysoft Video Converter for Mac
More Software...

WHAT'S NEW?
Cure Repetitive Strain Injury (RSI)
MySQL Documentation Tool
Database Documentor Tools for the MySQL Relational Database
Useful Software Products
More New Stuff...

Home > Software Documentation Resources > Software Documentation Tools > Source Code Documentation Tools > Active Server Pages (ASP)

Active Server Pages (ASP)


Microsoft's Active Server Pages (ASP) is a popular web scripting language used to add interactivity to a website. ASP is available for a range of operating systems, but is most widely used on the Windows platform, where it is the dominant web scripting language. It resembles the PHP open source web scripting platform. ASP code itself can be written in a range of different programming languages. The most popular is VBScript, which offers a subset of Visual Basic functionality. JScript, a language based on the JavaScript client-side web browser scripting language is also reasonably popular. A range of other languages such as PerlScript and Python are also used by some software developers.

ASP enabled websites are able to interface with a wide variety of relational databases including Microsoft Access, Microsoft SQL Server and Oracle. ODBC technology allows a wide variety of other databases to be connected to ASP.

ASP allows scripting code to be placed within the HTML markup of a web page, allowing a wide range of functionality to be added to a page. Unfortunately this can lead to application source code that can be difficult to maintain due to the interspersal of HTML with business logic. Microsoft have addressed this in the replacement for ASP - ASP.NET by allowing HTML markup and code to be separated into different files. An ASP software documentation utility such as one of those listed here can assist with making sense of ASP application source code.


Links

 ASP Documentation Tool
 ASPHelp - ASP Web Page Documentation Tool


© 2007 - 2010 Winnersh Triangle Web Solutions Limited. Registered company number: 4493816.
Page created Wednesday, August 29, 2007. Last modified Thursday, March 11, 2010.
About SoftwareDocumentation.info | Site Map