I'm trying to move a website that was on:
- Windows 2003,
- IIS 6, and
- Indexing Services
to:
- Windows 2008,
- IIS 7, and
- Windows Search
It's Windows Search that's giving me a problem. I've set up a Windows Search to index the physical folder that contains the site, and I can query for file names, but what is the new equivalent of vpath
and characterization
?
None of these seem to be the answer.
Query the "directory","filename" properties from the Indexing Service. Then, using ASP Classic / VbScript, with RS representing a recordset:
Based on ASP.NET code from http://geekswithblogs.net/AlsLog/archive/2006/08/03/87032.aspx