Thursday, March 22, 2012

Site Search in ASP.NET

Hi,
How to implement website search in ASP.NET? We need to search our website
(www.domain.com) for certain keywords and get the results.
Our website includes static and dynamic content. Also there are some
Documents (PDF Files) hosted on the website. The search should be able to
search for keywords within the PDF Files.
How do I go about it?
Thanks in advance,
KamleshCan you enable index server on the hosting server - its free and I think it
can do PDF's?
Regards
John Timney
Microsoft MVP
"Kamlesh" <Kamlesh@.discussions.microsoft.com> wrote in message
news:2E68B85B-E30A-41D3-A203-D79705A6A660@.microsoft.com...
> Hi,
> How to implement website search in ASP.NET? We need to search our website
> (www.domain.com) for certain keywords and get the results.
> Our website includes static and dynamic content. Also there are some
> Documents (PDF Files) hosted on the website. The search should be able to
> search for keywords within the PDF Files.
> How do I go about it?
> Thanks in advance,
> Kamlesh
>
The environment is not yet ready. Is the Index Services available on Win200
3
Server?
If the web site is public I suggest you use this free SearchBox control or
examine its free source code to see how to do something similar yourself:
http://SteveOrr.net/articles/SearchBox.aspx
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Kamlesh" <Kamlesh@.discussions.microsoft.com> wrote in message
news:2E68B85B-E30A-41D3-A203-D79705A6A660@.microsoft.com...
> Hi,
> How to implement website search in ASP.NET? We need to search our website
> (www.domain.com) for certain keywords and get the results.
> Our website includes static and dynamic content. Also there are some
> Documents (PDF Files) hosted on the website. The search should be able to
> search for keywords within the PDF Files.
> How do I go about it?
> Thanks in advance,
> Kamlesh
>

0 comments:

Post a Comment