After much work trying to understand the microsoft knowledge base's ideas on how to set up Indexing Service for web pages, it finally works.
You know the Routine, you have an IDQ file and a HTX file to interogate the catalog.
Within the htx file i write out the matches, from the relevant indexed folders,... but, and heres the thing, there is an asp file within each folder i have indexed, which needs to be there, but i do not want to be returned in the results.
As HTX files use the Begin Detail / End Detail command, its not like your traditional for 1 to I loop which you can just prefix with <%'If Filename <> "somefile.asp" Then%>.
So my question is how do i make the service ignore the .asp file extension, or infact any file extension, or will indexing service always return all files within a foler.
Thanks in advance guys
Dave
You know the Routine, you have an IDQ file and a HTX file to interogate the catalog.
Within the htx file i write out the matches, from the relevant indexed folders,... but, and heres the thing, there is an asp file within each folder i have indexed, which needs to be there, but i do not want to be returned in the results.
As HTX files use the Begin Detail / End Detail command, its not like your traditional for 1 to I loop which you can just prefix with <%'If Filename <> "somefile.asp" Then%>.
So my question is how do i make the service ignore the .asp file extension, or infact any file extension, or will indexing service always return all files within a foler.
Thanks in advance guys
Dave