C
Chris Lincoln
I am currently working on a company site and have run into a problem
with the search aspect of the site. I am running .net 2.0 and iis 5.1.
The issue is as follows:
Indexing Service is properly searching the pages within the search
scope, however, content pages that I have set up to use various
masterpages are not being displayed properly (no doctitle). From what
I've researched, this is because indexing service searches for content
within the title tags to obtain the docTitle. I have tried creating
scripts to change the masterpage title and declaring the title within
<%@ page %> but neither attempts were successful.
Has anyone run across a way to supply indexing service with a title for
content pages or an alternative solution?
Thank you very much.
-Chris Lincoln
with the search aspect of the site. I am running .net 2.0 and iis 5.1.
The issue is as follows:
Indexing Service is properly searching the pages within the search
scope, however, content pages that I have set up to use various
masterpages are not being displayed properly (no doctitle). From what
I've researched, this is because indexing service searches for content
within the title tags to obtain the docTitle. I have tried creating
scripts to change the masterpage title and declaring the title within
<%@ page %> but neither attempts were successful.
Has anyone run across a way to supply indexing service with a title for
content pages or an alternative solution?
Thank you very much.
-Chris Lincoln