I've got Zoom working in an ASP.NET application by putting the files generated by the Indexer in a folder named "Zoom", along with an ASPX file that uses the Zoom Search ASP.NET control. This works, but I'd prefer to put the index files in the App_Data folder and the ASPX file in another folder along with the rest of my pages. This doesn't appear to work, since the page that includes the ASP.NET control apparently has to be in the same folder as the index files.
Is there any way to put the index files in a different folder than the search page and point the ASP.NET control to the folder containing the index files? By setting a property, for instance?
Is there any way to put the index files in a different folder than the search page and point the ASP.NET control to the folder containing the index files? By setting a property, for instance?
Comment