ASP Sitemap
-
I have inherited a website and need to make some changes. It would be nice to know before i start, what files are used/called within each page on the website. Apart from Google sitemap (which I cant get to work at home, so don't want to try at work), is there a way to get these results.
-
I have inherited a website and need to make some changes. It would be nice to know before i start, what files are used/called within each page on the website. Apart from Google sitemap (which I cant get to work at home, so don't want to try at work), is there a way to get these results.
On the assumption that you are in a situation where no external tools will be available (for whatever reason) and there is nothing built in to the development tool you are using (or it is broke and wont be fixed) you only really have two choices: 1. Open every file and look for all the links 2. Do what I did and create a web app that will open all the files for you and search them for what you're looking for.