-1

I want to hit every page on my internal website to see if any throw an error just from looking at them. The website does its own error logging, so I just need something to follow links.

I am running Windows XP and IIS.

Jonathan Allen
  • 68,373
  • 70
  • 259
  • 447

2 Answers2

2
wget --spider <URL>

edit- just noticed you said windows:

http://gnuwin32.sourceforge.net/packages/wget.htm

sml
  • 2,160
  • 13
  • 12
  • you might want to check out this though: http://stackoverflow.com/questions/762235/how-do-web-spiders-differ-from-wgets-spider – sml Jun 04 '10 at 05:03
2

Try the IIS SEO toolkit. Inspects your site for SEO related issues which includes broken links.

IIS SEO Toolkit

Tommy
  • 39,592
  • 10
  • 90
  • 121