Ribeyed
04-21-2003, 11:52 AM
Hi,
i want to build a web spider and don't know where to start. I done a search in google but didn't get much information. The information i did get was enough to give me a small idea of the problem. First of all i thought that this would maybe only possible to do using JAVA until i found this article http://www.asp101.com/articles/chris/spider/default.asp
according to the above article it is possible to achieve a limited spider using ASP:D shocked!!!!!!!
So i copied over the code and run it to see what happens. I get an error at this line:
set Inet1 = CreateObject("InetCtls.Inet")
Basically saying what to f***, so i tried looking for this object which turns out to be the Internet Transfer Control which controls http and ftp, but according to the error i don't have the object.
Ok question time; has anyone created a web spider using ASP?
Has anyone used the above object before?
can anyone help me on this, thanks
David
i want to build a web spider and don't know where to start. I done a search in google but didn't get much information. The information i did get was enough to give me a small idea of the problem. First of all i thought that this would maybe only possible to do using JAVA until i found this article http://www.asp101.com/articles/chris/spider/default.asp
according to the above article it is possible to achieve a limited spider using ASP:D shocked!!!!!!!
So i copied over the code and run it to see what happens. I get an error at this line:
set Inet1 = CreateObject("InetCtls.Inet")
Basically saying what to f***, so i tried looking for this object which turns out to be the Internet Transfer Control which controls http and ftp, but according to the error i don't have the object.
Ok question time; has anyone created a web spider using ASP?
Has anyone used the above object before?
can anyone help me on this, thanks
David