How do you implement a search feature within the ASP.NET hybrid application? I'm really trying to rebuild our intranet applications using ASP.NET MVC & Web form (primarily MVC though).
I know how to search dynamic content from a database, but I am struggling with static content in the scenes. Certainly this should be an easy task with routing and sitemap.
Take a look at
Once you properly set up all your constant URLs can be crawled and can be used to create a file based index that can be searched on keywords. It is possible to produce ranked results.
Comments
Post a Comment