-
Until now the arachnode.net is a consoleApplication,and it is not easy to use for crawl the website,eg. we have to change the target URI by changing the souce code and compile the whole project once again. So I decide to convert the project into a windowsApplication.Maybe it better to use.Is it easy...
-
The first part, about not receiving any compilation errors is great news! ;) arachnode.net is currently meant to be used as a service (always on) or as class library. A Console project is provided to help with stepping through the code. A Web Admin interface is in development, but we do not have a release...