Hi I would like to add a search engine to my server so that users can search all documents etc that I place on the server (in the INETPUB folder)is there a method for indexing already built in to IIS?
If you use SharePoint with SQL server then you can enable full text search for the site.
Otherwise there is not a native way to do this. You could try writing some code in ASP.Net if you know that, otherwise I would say go with the 3rd party tools.
Note that those tools are for searching a web site and not the entire server. You may need to alter your approach/site design.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.