Master Pages and Microsoft Index Server

Master Pages and Microsoft Index Server

am 05.01.2008 05:05:08 von me

I have noticed using index server to create a web site search pages using a
master page do not show doctitle when using the Title="page title" property

this works fine if you use the page title tags.

This means a lot of work going back over all pages and putting in the title
gain, it also produces a error in the debugger saying tags occur too <br /> many times<br /> <br /> Is there workaround here?<br /> <br /> Is Microsoft doing anything about it?</p> </article> <article> <h2>Re: Master Pages and Microsoft Index Server</h2><span>am 05.01.2008 10:14:43 von lexa</span> <p>On Jan 5, 5:05=A0am, "ThatsIT.net.au" <me@thatsit> wrote:<br /> > I have noticed using index server to create a web site search pages using =<br /> a<br /> > master page do not show doctitle when using the Title=3D"page title" prope=<br /> rty<br /> ><br /> > this works fine if you use the <title>page title tags.
>
> This means a lot of work going back over all pages and putting in the titl=
e
> gain, it also produces a error in the debugger saying tags occur t=<br /> oo<br /> > many times<br /> ><br /> > Is there workaround here?<br /> ><br /> > Is Microsoft doing anything about it?<br /> <br /> It seems this is a known issue and IS is looking for <title>
tags.

Check the workaround with a ContentPlaceHolder at the following
thread:
http://www.velocityreviews.com/forums/t119918-how-to-get-doc title-from-aspx-=
master-pages-.html

Hope this helps

Re: Master Pages and Microsoft Index Server

am 05.01.2008 10:39:14 von me

"Alexey Smirnov" wrote in message
news:e1ab4e82-786d-4380-a65e-f1eecb237bd2@y5g2000hsf.googleg roups.com...
On Jan 5, 5:05 am, "ThatsIT.net.au" wrote:
> I have noticed using index server to create a web site search pages using
> a
> master page do not show doctitle when using the Title="page title"
> property
>
> this works fine if you use the page title tags.
>
> This means a lot of work going back over all pages and putting in the
> title
> gain, it also produces a error in the debugger saying tags occur <br /> > too<br /> > many times<br /> ><br /> > Is there workaround here?<br /> ><br /> > Is Microsoft doing anything about it?<br /> <br /> It seems this is a known issue and IS is looking for <title>
tags.

Check the workaround with a ContentPlaceHolder at the following
thread:
http://www.velocityreviews.com/forums/t119918-how-to-get-doc title-from-aspx-master-pages-.html

Hope this helps

not really.

The solution I had works fine, but it creates warnings in the debugger. It
may be being fussy, but the warnings annoy me