The simple act of including files in ASP can cause performance issues even if that code is never actually executed. This project helps to highlight all of the code that is included, and possibly double included within your ASP project.
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
- Installation process
- Software dependencies
- Latest releases
- API references
When trying to find and replace to remove include statements here is a good regex: <!--\s+#include\s+file\s*=\s*"([^"]+)"\s+-->\s*\n
TODO: Describe and show how to build your code and run the tests.