I am hoping to implement search in my asp.net website. I have been searching the web, but I am not sure which way to go. Here is what I am looking for:
- ability to search the text in static pages on my site
- exclude pages or folders that I don't want to search
- code must be in vb.net or c#
- must be something I can quickly implement
- .net 2.0 or later preferred
The best example that I have found so far is http://www.codeproject.com/KB/applications/SearchDotnet.aspx
I like it. I am just hoping to find a more modern one. This one is written in .NET 1.0
Thanks, Erik