Hi basically it's like this ... my search_template needs to be a .asp file because it pulls the navigation in from the database.
Now my question is .. if in settings.asp i change
TemplateFilename = "search_template.html"
to
TemplateFilename = "search_template.asp"
will this work correctly?
Also everytime I re-index the site, since the settings.asp file will be updated as well..the TemplateFilename variable will revert back to TemplateFilename = "search_template.html"
this will break the site.. so is it possible to configure zoom search so that when settings.asp is re-generated upon indexing the site ..then the TemplateFilename variable points to the .asp file by default?
Thanks in advance for your help
Now my question is .. if in settings.asp i change
TemplateFilename = "search_template.html"
to
TemplateFilename = "search_template.asp"
will this work correctly?
Also everytime I re-index the site, since the settings.asp file will be updated as well..the TemplateFilename variable will revert back to TemplateFilename = "search_template.html"
this will break the site.. so is it possible to configure zoom search so that when settings.asp is re-generated upon indexing the site ..then the TemplateFilename variable points to the .asp file by default?
Thanks in advance for your help
Comment