16 Feb 2007, 12:35 AM
|
Karamasoft
Joined on 09-05-2004
Posts 6,820
|
|
|
In order for UltimateSearch to crawl your scan url list properly, there should be a valid web page for your scanUrl. For example, when you type http://localhost/website/ in your web browser address bar, do you see any page displayed? If not, you can try defining a default web page for localhost/website in your IIS settings. Open IIS, locate website under localhost, right-click and select Properties. Select Documents tab and make sure there is a default web page that physically exists under website directory.
You should also remove / at the end of your scanUrl settings as follows:
<scanUrl>http://localhost/website</scanUrl>
If you want to crawl all the subdirectories for a given directory, you should use ScanDirectoryList and MapPathList instead. Please look at our the config file to learn how these can be set.
If you need further assistance, you can send us your sample web application in zipped form so that we can test it.
|
|
|
|
|
|
|
|