惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
Jina AI
Jina AI
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
Last Week in AI
Last Week in AI
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
WordPress大学
WordPress大学
博客园 - 聂微东
月光博客
月光博客
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog

博客园 - 焰凌

Poor code: Dynamic changing of table schema When we need to inherit from WSS WebPart class? The issue of upload big file on SharePoint with IIS7 怎样在MOSS2007和WSS3.0中修改服务帐户和密码 HttpApplication机制 "NOT IN", "JOIN...IS NULL", "NOT EXISTS" 之间的效率对比 为SharePoint新项目做准备 MOSS 2007 SSP (1) How to create and delete a SharePoint site by web application Search user of specific domain name Received DGT's document 水晶报表PUSH模式多个表数据的显示 上海电信之具有地域歧视的霸王条款 来上海一年多了,第一次感冒! differentia of [string str=null;] and [string str="";] 搬家了,没宽带了 工作以后 找不到状态了! 页面缓存的困扰
Why no effects when change the "Site Master Page Settings...
焰凌 · 2008-05-27 · via 博客园 - 焰凌

Actually, the "Master Page" link is not always shown under Look and Feel column. It is appeared Only when you activate the "Office SharePoint Server Publishing Infrastructure" feature from Site Collection Features page. Otherwise, there will be show "Top link bar" link instead.

When you open the "Site Master Page Settings" page after you click the "Master Page" link under Look and Feel column. You can see two major parts in this page. The one is Site Master Page and the other one is System Master Page.

1. System Master Page:

This setting only effects the pages with masterpagefile="~masterurl/default.master" property. The page will be changed to use the master page which you specified in System Master Page portion instead of original default.master in runtime.

2. Site Master Page:

This setting only effects the pages with masterpagefile="~masterurl/custom.master" property. The page will be changed to use the master page which you specified in Site Master Page portino instead of original custom.master in runtime.

So, if you want to keep your all site contents have consistent style. You'd better to change Site Master Page and System Master Page setting at one time.