Programming2007
Programmer
Hello All, I need to make my own search engine for my website. I can't use webconfig to add keys to appsettings because the my server wont allow it. I am using C# asp .net version 1.1. I am thinking of just reading each html file or aspx file and picking out keywords from the filestream but I think that is too memory consuming and that there must be a better way to go about it. What library functiions will allow me to read through all of the applications html and aspx pages to pick keywords out?