I have to clean up an asp classic application that was previously not under revision control. There are a lot of unused files that branch within the application (eg: file.asp, file_old.asp, file_username.asp) and binary files that were created by the application. I want to be able to:
- Understand dependencies
- Archive unused files
I thought it would be useful to draw a graph of depedency so I can start to remove unused files and directories. Is there a tool to do so? (If not, that's my next open source project.)
I saw microsoft has a tool that can draw these graphs for ASP.net and C++: