posted @ 2010-08-18 15:19 by1455 阅读(56) 评论(0) 编辑
公告 |
2010年8月18日 #
posted @ 2010-08-18 15:19 by1455 阅读(56) 评论(0) 编辑
posted @ 2010-08-18 15:14 by1455 阅读(63) 评论(0) 编辑
使用sharepoint designer 2010打开sharepoint网站 选择All files 选择_catalog 选择Masterpage 选择v4.master 在<body>下插入 <asp.label runat=”server” Text=”label 1” id=”label1” /> <script runat=”server”> protected void Page_load(object sender,EventArg e) {
} </script> 保存 打开IIS管理器
选择sharepoint 网站 打开web.config 在<sharepoint>下的 <PageParserPaths>下插入 <PageParserPath VirtualPath="/*" CompilationMode="Always" AllowServerSideScript="true" IncludeSubFolders="true" /> 保存。 新的显示如下
posted @ 2010-08-18 15:04 by1455 阅读(328) 评论(0) 编辑
|