Windows Server Indexing Services and ASP.NET

  • Thread starter Thread starter Maury
  • Start date Start date
M

Maury

Hi,
I would like to know if it's possibile
to interact with Windows Server Indexing Services
from an ASP.NET page.

Thanks

M.A.
 
http://www.c-sharpcorner.com/Code/2004/Jan/UsingIndexServer.asp

Ok, this is very very interesting
I have another question:
I can use this solution
only on a intranet or housing server, because I have to
stop services, creating catalog, etc.
I'm looking for a tool or tech to perform a document research
(doc, pdf and so on) on a hosted site, do you know something
that can help me?

Thanks

M.A.
 
If your hosting service does not provide access to index server catalogues
then there have been a number of small systems written in asp.net that do
some form of searching.

http://www.developerfusion.com/show/4389/

for example whihc you could probably use.

or if your site is small (50 pages) then zoom is free and can search doc pdf
etc and can be integrated into asp.net

http://www.wrensoft.com/zoom/support/aspdotnet.html

I've not tried any of these solutions as yet.

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top