Link to home
Start Free TrialLog in
Avatar of RajeshTN
RajeshTN

asked on

Documentation of Web Projects

Hi,
We have a web project in our company whose documentation is really poor. I recently joined the company and am not able to comprehend the intricacies. My question is that is there a formal, standard way of documenting Web Projects?? the project is COM - based
The layers are:-
ASP - COM - StoredProcedure.
I want to re-document the project in a simple, easily comprehendable way
Please help me on this. Thank you
-Rajesh.T.N
Avatar of communicate
communicate

i think there is no way to auto generate documentation for ASP etc., i am afraid. for stored procedures there might be documentation from the vendor if they were not built in-house. documentation in itself would become a project if there is a lot of it to be done! java has javadoc which creates really good documentation using class hierarchys and comments etc. i am assuming that's what you want to do. you can try: http://www.winnershtriangle.com/w/Products.ASPNETDocumentationTool.asp

good luck ;)
ASKER CERTIFIED SOLUTION
Avatar of brandonh6k
brandonh6k

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RajeshTN

ASKER

thanks that was great help. I appreceate the response of everybody  
-Rajesh