Hello,
I have a MasterPage that includes the use of a Content Editor Webpart which calls a text file from the ContentLink parameter. It is this text file that builds the replacement navigation for the Farm. The text file resides on its own Site Collection
which all users have read access to.
I get the following error:
Cannot retrieve the URL specified in the Content Link property.
I have tried the following variations to get this to work:
<ContentLink xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor">http://bos1-spweb1/sites/resources/scripts/globalnav.txt</ContentLink>
<ContentLink xmlns="http://schemas.microsoft.com/WebPart/v2/ContentEditor">http://bos1-spweb1.ad.na.com/sites/resources/scripts/globalnav.txt</ContentLink>
If I place either url in the address bar, the link resolves just fine. I also have an link statement for an external css file located in the same location and it renders fine as well.
Does anyone know how I can get this to work. I would rather only have a single location for managing my farm navigation.
Thank you for your thoughts and comments.
Sincerely,
View Complete Post