iis-indexing

ASP.NET : How to do IIS Indexing search feature for my website

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 ? ...

ASP.NET-IIS Indexing search not returning results

Hi All, I am trying to add a search feature to my website using IIS indexing .I have 50 + static html pages and one ASP.NET page which is supposed to show the search results. I used the following code. protected System.Data.OleDb.OleDbCommand oleDbSelectCommand1; protected System.Data.OleDb.OleDbDataAdapter dbAdapter1; OleDbDataAdapter...