Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best way to make a search engine for my website

Status
Not open for further replies.

Programming2007

Programmer
Joined
Nov 10, 2006
Messages
24
Location
US
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?
 
Look into the google api. I think they have free website search methods that are easy to use.

Google Rocks. (Not advertising or anything)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top