Many web applications provide a search capability, which allows users to search all the content of a web application. This seems at first glance to be a difficult task. How can you search all the files in your web application and at the same provide robust search capabilities most users have come to take for granted? For example search for any combination of words with AND or OR combination, search for phrases or search for partial word matches. Building such a search engine is not a small task. There are many custom solutions out there which create their own search algorithms. They are either cheap but provide only limited search capabilities or they are expensive.
But there is no need to build your own solution or to buy an expensive one. Microsoft provides a solution to this problem – Microsoft Indexing Server. More
Related posts:
- Is your hard drive slowing down? I started to notice that my computer was running slow, so I decided to look into why this was happening....
- Get a FREE Second Chance to Pass Your Microsoft Certification Exam If you register for this offer you will get a free exam if you fail on your first try. ...
- ASP.NET server controls overview This article provides an introduction to the ASP.NET server controls ...
- Ajax.NET – A free library for the Microsoft .NET Framework This web site is a demonstration page of the Ajax.NET library ...
- AnyClient – Free No-Install FTP Client AnyClient is a free platform independent file transfer application that supports all major file transfer protocols including FTP/S, SFTP...


Comments on this entry are closed.