Tips for documenting a web application?
        Posted  
        
            by Pandiya Chendur
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pandiya Chendur
        
        
        
        Published on 2010-03-15T06:38:12Z
        Indexed on 
            2010/03/15
            6:39 UTC
        
        
        Read the original article
        Hit count: 311
        
I know that I can take my asp.net application and get it reversed to a UML document, but that doesn't tell the whole story of things like who can use what, what it calls in the way of stored procedures, what pages call what pages etc. etc.
Does anyone know of an article where someone has a comprehensive way to document a web application/site? Or shall I just make up my own way?
© Stack Overflow or respective owner