tags:

views:

45

answers:

2

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.

+2  A: 
wget --spider <URL>

edit- just noticed you said windows:

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

scomar
you might want to check out this though:http://stackoverflow.com/questions/762235/how-do-web-spiders-differ-from-wgets-spider
scomar
+1  A: 

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

IIS SEO Toolkit

Tommy