I currently have a live website that is using webforms routing with the routing module that was part of .net 3.5 sp1.
So my urls get rerouted to the correct physical page with the querystring parameters placed in the requestcontext of the page.
i.e http://localhost/WebUI/3/Sports-Categories.aspx would get redirected to
http://localhost/WebUI/ProductList.aspx
with the underlying querystring parameter 3 getting placed in the requestcontext for the page ProductList.
Anyhow when I run the IIS Seo Toolkit against this website both on my local development machine and the live web site i get many broken link violations even though those links work fine in my web browser and they work fine when i drill into the content tab for the violation in question.
Is the seo toolkit capable of crawling pages which have been designed with webforms routing for seo purposes.