2

I have inherited a classic asp application that had over 800 files in the WEBS folder. Within the directory structure, there are many temp folders that the previous developer(s) made for whatever reason. I am looking for a way to determine what actual files are relevant to this website/application.

Any ideas out there?? That is without going through every file & tracing everything, hopefully, down!!!

AHIA, LarryR...

larryr
  • 1,536
  • 3
  • 17
  • 27

1 Answers1

5

You could look at trying a tool like ASP Code Analyzer. The tool claims that;

The goal of this tool is to check an ASP project/folder for unused code elements. These elements include unused constants, global variables, functions, subs, and local variables. This comes in very handy if you undertake large changes in a project, or use include files from previous ASP projects and want to be sure, that you do not deploy unnecessary code.

Andy Davies
  • 1,456
  • 9
  • 13