I have a folder with thousands of text files and I'd like to paste and search content into a web form and return matches in those files.
Is there a way to do content indexing of those files and do these searches from within an ASP.NET application?
What tools and techniques are available?