ASP Documentation Systems
Description
If you've ever developed applications using languages such as Java or Perl, then you'll no doubt be aware that they have standard facilities for generating code documentation. Microsoft has also added a similar facility to C#. Unfortunately, there is no code documentation standard for ASP, so as a result, documentation for an ASP application tends to be thrown together at the last minute - and due to time and/or budgetary constraints, may not be created at all - leading to problems in the long term. In this article, we'll look at some commercially available documentation systems and design a simple ASP documentation application.
