views:

301

answers:

2

I want to implement a search feature to my webapplication which has 50 + static files which are rich in meta tag contents. I want to add one ASP.NET page to the application which would show the searchresults when someone go for a search. Can anyone guide me how to go ahead ?

A: 

Check out Lucene.net. Plenty of examples are out there.

smercer
+1  A: 

Take a look at an article - http://articles.techrepublic.com.com/5100-10878_11-5032858.html

SUMMARY: How the Indexing Service provides a powerful search feature for LANs and Internet users.

Indexing with Internet Information Services

SUMMARY: Indexing Service provides search capabilities to Web sites hosted with Internet Information Services (IIS). With Indexing Service, you can provide searchable access to both intranet and Internet Web sites. You can index remote computers and multiple Web servers.

adatapost