Question:
I have tried your VB.Net sample on http://www.example-code.com/vbdotnet/spider_simpleCrawler.asp and I run into two problems with it: 1) line 43 - domain = spider.GetDomain(url) - GetDomain is not a recognized method 2) line 66 - domain = spider.GetUrlDomain(url) - a second parameter is missing Can you, please help? Thank You