Saturday, March 24, 2012

text searching a dynamic ASP.NET site?

I want to implement a text search on my website that will look through all
the pages and be able to search them for text someone says, kinda like
google does with the internet, but internally only on the intranet site...
how would i go about doing something like this in ASP.NET?Mmm... I think in this article you will find valuable info:

http://www.codeproject.com/aspnet/Spideroo.asp

Regards
Braulio
--
/// ----------
/// Braulio D*ez Colaborador DNM
///
/// http://www.dotnetmania.com
/// My Site (.net Tips): http://www.bdiez.com
/// ----------

"Brian Henry" wrote:

> I want to implement a text search on my website that will look through all
> the pages and be able to search them for text someone says, kinda like
> google does with the internet, but internally only on the intranet site...
> how would i go about doing something like this in ASP.NET?
>
You'll need MS's Indexing Service
This is a good link: http://idunno.org/dotNet/indexserver.aspx
I have used dtSearch and its pretty sleek (little expensive though)

0 comments:

Post a Comment