| Stefan Goßner [MSFT] 2007-06-01, 1:18 pm |
| Hi Daniel,
this is by design.
Either use proxy like ISA server that can rewrite the url in the content or
disable the base tag completly suing
RobotMetaTag1.RenderBaseHref = false;
Cheers,
Stefan
"Daniel A G" <DanielAG@discussions.microsoft.com> wrote in message
news:640B112A-B8EE-4531-9DE7-F6A1D4B7953D@microsoft.com...
> I'm working on a migration of our existing MCMS application. For whatever
> reason the powers that be have required that we are behind a load
> balancer.
>
> The RobotMetaTag is causing a problem when rendering the BASE HREF. The
> Base HREF is having a port appended to it. This is the port for the web
> on
> the server. So the output is something like this:
>
> <BASE HREF="[correct virtual IP or dns name]:[port on server]">
|