Click to See Complete Forum and Search --> : Simple search engine - how?


weee
09-14-2005, 02:42 AM
I have 100 ASP pages with articles. None of the articles is databse based. What I'd like to know is if I can create serch engine that can search within the ASP pages even thought the content is not database based.

Thanks!

HaganeNoKokoro
09-14-2005, 02:54 AM
You probably can, by using the FileSystemObject to read the content of the files into strings and searching the strings.

I googled up the following page: http://www.codeproject.com/asp/ASP_and_FileSystemObject.asp

silverbullet24
09-14-2005, 09:41 AM
i used this program once upon a time, it worked decent for my needs at the time.

http://www.analogx.com/contents/download/network/cgisrch.htm

butzie
09-14-2005, 02:56 PM
If your using IIS, you can use Microsoft Index Server to build a simple search page for your site.

http://www.asp101.com/articles/john/indexserver/default.asp