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

推荐订阅源

T
Threatpost
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Blog of Author Tim Ferriss
S
SegmentFault 最新的问题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
T
Tailwind CSS Blog
The Cloudflare Blog
The Last Watchdog
The Last Watchdog
PCI Perspectives
PCI Perspectives
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
TaoSecurity Blog
TaoSecurity Blog
云风的 BLOG
云风的 BLOG
C
Cybersecurity and Infrastructure Security Agency CISA
O
OpenAI News
Recorded Future
Recorded Future
GbyAI
GbyAI
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Y
Y Combinator Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
量子位
博客园 - 叶小钗
V
Vulnerabilities – Threatpost
F
Full Disclosure
Recent Announcements
Recent Announcements
Vercel News
Vercel News
S
Schneier on Security
H
Heimdal Security Blog
Cisco Talos Blog
Cisco Talos Blog
V2EX - 技术
V2EX - 技术
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
B
Blog RSS Feed
宝玉的分享
宝玉的分享
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Privacy & Cybersecurity Law Blog
T
Threat Research - Cisco Blogs
G
Google Developers Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
爱范儿
爱范儿
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
N
Netflix TechBlog - Medium
S
Security @ Cisco Blogs
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Microsoft Azure Blog
Microsoft Azure Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Cyberwarzone
Cyberwarzone

博客园 - 老猴

SharePoint 2010问题集锦 (2011.2) SharePoint 2010问题集锦 (2011.1) Excel REST使用方法 微软企业生产力大学培训课程_8月 招聘:赴微软工作SharePoint技术专家(V-,北京) SharePoint 2010: 如何使用Word Automation Services开发应用 SharePoint 2010: 对于开发人员 SharePoint 2010: 使用SharePoint的Theming引擎 SharePoint 2010: Claims-based Authentication SharePoint 2010: 学习资源 SharePoint 2010: 使用Visio Services展示SCOM数据 SharePoint 2010: 设计BCS工作流 SharePoint 2010: 使用BCS构建解决方案 安装BSM2005时的错误 K2.net工作流引擎在智能设备上的应用 如何使用K2.Net 2003设计流程 K2与SharePoint 2003集成特征 K2.Net 2003中的5种业务规则(Rules) 感受K2.Net 2003工作流解决方案
WSS3.0 Server Admin Template vs Site Admin Template
老猴 · 2010-02-02 · via 博客园 - 老猴

相比WSS2.0WSS3.0引入一种新的站点模板格式:Server Admin Template,这样类型的站点模板其扩展名默认为.wsp

WSS3.0依然支持2.0时代的.stp站点管理模板。

要安装Server Admin Template,必须具有服务器管理员权限;而安装Site Admin Template,只需要具有站点管理员权限。

Server Admin Template必须使用stsadm命令才可以安装,操作步骤如下:

Install the Application Template Core solution

  1. Download the Application Template Core solution to the server.
  2. Double-click the .exe file to extract the files.
  3. Open a Command Prompt window.

Note:

To open a Command Prompt window, click Start, point to All Programs, point to Accessories, and then click Command Prompt.

  1. Type stsadm -o addsolution -filename <file_path>\ApplicationTemplateCore.wsp, where <file_path> is the location you extracted the Application Template Core files to, and then press ENTER.
  2. Type stsadm -o deploysolution -name ApplicationTemplateCore.wsp -allowgacdeployment, and then press ENTER.

Note:

Additional attributes may be required based on your Windows SharePoint Services 3.0 configuration. For more information about available attributes, type stsadm -help deploysolution, and then press ENTER.

  1. Type stsadm -o copyappbincontent, and then press ENTER.

Install a template

  1. Download the template you want to install to the server.
  2. Double-click the .exe file to extract the files.
  3. At the command prompt, type stsadm -o addsolution -filename <file_path>\<template_name>.wsp, where <file_path> is the location you extracted the template files to and <template_name>.wsp is the .wsp file for your template, and then press ENTER.
  4. Type stsadm -o deploysolution -name <template_name>.wsp -allowgacdeployment, and then press ENTER.

Note:

Additional attributes may be required based on your Windows SharePoint Services 3.0 configuration. For more information about available attributes, type stsadm -help deploysolution, and then press ENTER.

  1. To check the deployment status, open the Central Administration site for the server.
  2. Click the Operations tab, and then, in the Global Configuration section, click Solution management, and then check the status of your solutions.
  3. After all the solutions are marked Globally Deployed, from the command line, run iisreset.

Create a site

  1. Log on to the SharePoint site as a member of the Owners group.
  2. On the Site Actions menu, click Site Settings.
  3. In the Site Administration section, click Sites and workspaces.
  4. Click Create.
  5. On the New SharePoint Site page, fill in the information about your new site.
  6. In the Template Selection section, click the Application Templates tab.

    Any server admin application templates that have been uploaded will be listed here.

  7. Click the template to use for the new site, and then click Create.

Remove a template

  • Log on to the server running Windows SharePoint Services 3.0 as a member of the Administrators group on the server.
  • Do one or both of the following:

    • To remove a solution from the list of templates for new sites, at the command prompt, type stsadm -o retractsolution -name <template_name>.wsp, and then press ENTER.

Note:

Additional attributes may be required based on your Windows SharePoint Services 3.0 configuration. For more information about available attributes, type stsadm -help retractsolution, and then press ENTER.

  • To remove a solution from the server, at the command prompt, type stsadm -o deletesolution -name <template_name>.wsp, and then press ENTER.

Note:

Additional attributes may be required based on your Windows SharePoint Services 3.0 configuration. For more information about available attributes, type stsadm -help deletesolution, and then press ENTER.

Site Admin Template可以通过"Site Settings"进行安装,如下:

Install a template

  1. Download the template you want to install to your computer.
  2. Double-click the .exe file to extract the files.
  3. Log on to the SharePoint site as a member of the Owners group.
  4. On the Site Actions menu, click Site Settings.
  5. In the Galleries section, click Site templates.

    If you don't see Site templates in the Galleries section, you might not be at a top-level site. In the Site Collection Administration section, click Go to top-level site administration.

  6. Click Upload to save an application template to this SharePoint site.

    If you want to save more than one application template, click Upload Multiple Files.

  7. Browse to the <template_name>.stp file, and then click Open.
  8. Click OK.

Create a site

  1. Log on to the SharePoint site as a member of the Owners group.
  2. On the Site Actions menu, click Site Settings.
  3. In the Site Administration section, click Sites and workspaces.
  4. Click Create.
  5. On the New SharePoint Site page, fill in the information about your new site.
  6. In the Template Selection section, click the Custom tab.

    Any site admin application templates that have been uploaded will be listed here.

  7. Click the template to use for the new site, and then click Create.

Remove a template

  1. Log on to the top-level SharePoint site as a member of the Owners group.
  2. On the Site Actions menu, click Site Settings.
  3. In the Galleries section, click Site templates.
  4. In the list of site templates, find the application template to remove, and then click Edit.
  5. Confirm that this is the application template to remove, and then click Delete Item.
  6. Click OK to confirm the deletion.