This sample uses ASP.NET to seach a specified text file for a user specified query phrase.
It displays the complete file being searched with the search phrase highlighted and lists
the line numbers on which the search phrase was found at the bottom.
If you examine the code you'll notice a couple places where I've used the older style
ASP.NET 1.x syntax in order to get the code to run on older systems. I've included
commented out versions of the lines as I'd normally do them in ASP.NET 2.0 and later
for reference.