Search w/ASP.NET
Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: ASP.NET Discussion
Forum Description: Discussion and chat on ASP.NET related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=12372
Printed Date: 29 March 2026 at 5:17am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Search w/ASP.NET
Posted By: davidshq
Subject: Search w/ASP.NET
Date Posted: 30 October 2004 at 4:37pm
I'd like to work on building a little search engine using ASP.NET. I
thought I remembered seeing an article on it somewhere, but can't seem
to find it anymore. Anyone know where it is?
The steps I think I'll need to follow in order to design a search engine are:
1. Index Pages.
2. Follow Links.
3. Search Resulting Database.
The third step isn't hard - I think I can do the whole searching
process as it will just be SQL SELECT * WHERE name="tom" etc to start.
What I don't know how to do is
(1)Make code that goes to a page (say webwiz.net) and grabs the pages and indexes them into the database or how to
(2)Get the code (spider) to follow links on the page to other sites.
Help in this matter would be appreciated. :-)
David.
------------- - http://www.davemackey.net/" rel="nofollow - Dave Mackey - Virtual Home.
|
Replies:
Posted By: Mart
Date Posted: 30 October 2004 at 4:45pm
|
Thats quite hard to do, however there are some prebuilt index system at 411asp.net or you could use Microsoft Index Server. You can do it in .NET with a System.Net.WebClient and some regex to extract links and keywords but it would be very time consuming to get accurate.
|
Posted By: Mart
Date Posted: 30 October 2004 at 4:46pm
|
btw There is another solution in .NET called NATA1 http://www.nata1.com/ - http://www.nata1.com/ it looks pretty stable and accurate but I have never used it so I can't comment on it.
|
|