Posted on: 3/21/2015 11:44:01 AM | Views : 607

No matter how hard I try to make my ASP.NET 4.0 website easy to navigate I still get emails from users asking questions that are answered in bold text at the top of my home page.
In an attempt to reduce the number of such emails, I would like to provide a search facility. The site contains something like 150 pages, though I would not wish all of them to be included in the search. I also have no need to search my SQL Server database, nor do I want to extend the search beyond my site. The prime purpose of the search tool would be to direct users to relevant pages within my site.
So far, Googling for potential site search solutions has met with limited success. I've found a small handful of commercial offerings but would prefer to create my own solution. I thought I might have found the answer when I stumbled across something called Bing search within a Microsoft Web Helpers library but that seems to be limited to those who are using the Azure ...

Go to the complete details ...