开发者

asp.net search engine for static application

开发者 https://www.devze.com 2023-02-13 02:56 出处:网络
i dont have much knowledge about asp.net, i have to do one simple search engine for my web application(c# asp.net)开发者_开发知识库,all are static pages, and some folders consistson aspx and html file

i dont have much knowledge about asp.net, i have to do one simple search engine for my web application(c# asp.net)开发者_开发知识库,all are static pages, and some folders consistson aspx and html files... plz help me...

thanks in advance...


You could let google do it for you with a custom search:

http://www.google.com/cse/


You could also try the popular Lucene.Net search engine. Here is a codeproject article showing how to use it.

0

精彩评论

暂无评论...
验证码 换一张
取 消