MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Sharepoint Search in ASP.Net applications

  Asked By: Pallavi Valia         Date: Apr 04, 2007      Category: MOSS      Views: 568
 

Do you know if there is any SharePoint Search that can be incorporated
into our an ASP.Net application using an API or something, so that a
developer doesn't have to re-invent the wheel and write code to perform
searches on a library. We have some applications which allow you to
attach a document to them which is stored in a document library. It
would be nice if we could use the search already available in
SharePoint.

We are using MOSS 2007.

Tagged:            

 

1 Answer Found

 
Answer #1       Answered By: Vinay Thakur          Answered On: Apr 04, 2007       

Assuming that you might be doing this from a non-SharePoint box,
otherwise you can use the sharepoint  object model directly, you can use
the MOSS search  webservice. I think its called Search.asmx and its
located on a sharepoint site at http://site/_vti_bin/spsearch.asmx
<http://site/_vti_bin/spsearch.asmx> . Take a look at the following
blog post for a tool that might be useful.

blogs.officezealot.com/.../20286.aspx

 
Didn't find what you were looking for? Find more on Sharepoint Search in ASP.Net applications Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].