
Documenting ASP then in turn creating application specs of your site can be tiresome at best. In my opinion it is a shame that ASP doesn't have a built in function similar to Java with its Javadoc - this is my solution. This simple ASP page will search through a specified directory, take any ASP page it finds and then grab specially labeled comments and add them to a main XML object. As a bonus I've made it so that you can document your whole site and maintain the directory structure of the site within the XML. Hope this helps!
|