Sitecore7.5 安装指南 -- 补充内容

1. 服务配置 安全

以下包含其余信息和技术相关的服务器配置 服务器

更新文件夹的安全设置 this

更新文件夹的安全设置: spa

  1. Windows Explorer中,右键点击文件夹,选择Properties
  2. Properties会话框中,点击Security标签。
  3. Group or user names字段中,选择一个用户或组,而且在Permissions for 字段中分配他们适当的权限。
  4. Security标签中,点击Advanced
  5. Advanced Security Settings会话框中,选中Replace permission entries 选择框。

使安全标签可见 orm

若是Security 标签不可见,这个通常发生在Windows XP Home升级到Professional 文档

  1. Windows Explorer中,点击OrganizeFoldersearch options
  2. Folder Options对话中,点击View标签。

  1. 确保Use simple file sharing选择框是未选中。

若是这个帐户在Security选项卡中不可见,你必须把它设置为可见。 it

设置帐户可见 io

确保帐户在Security选项卡中可见: dva

  1. Properties对话框中,点击Security选项卡。
  2. Security选项卡中,点击Add
  3. Select UsersComputersor Groups会话框中,在Form this location字段,确保local computer是选中的。
  4. Enter the object names to select字段中,输入帐户名,点击Check Names

或者,你能够点击Advanced,而后点击Find Now而且选择你想添加的帐户。
配置

2. 在Visual Studio中建立Web项目

        为已存在的Sitecore 站点建立成一个Visual Studio Web Application 项目:

  1. Visual Studio中,点击File菜单,而后点击New Project.
  2. New Project对话框中,在Project Type树中展开Visual C#,而后点击Web
  3. Templates列表中,点击ASP.NET Web Application.
  4. 选择.NET Framework的版本,选择.NET Framework 4.
  5. Name 字段,输入项目的名称,例如MyWebSiteVisual studio 使用这个名字为.NET命名空间和装配名。
  6. Location字段中,输入Sitecore文档的目录,好比C:\inetpub\sitecore\MyWebSite\WebSite.
  7. Solution Name字段中,输入方案的名字,它通常是项目名称,例如MyWebSite
  8. 选择Create Directory for solution选择框,而后点击OKVisual StudioLocation目录的子目录中建立一个项目,而后打开项目。
  9. Solution Explorer中,右键点击References,而后点击Add Reference
  10. 点击Browse选项卡,选择Sitecore.Kernel.dll文件,而后点击OK
  11. Solution Explorer中,选择Sitecore.Kernel.dll文件,而且设置Copy Local属性为false

Visual Studio中编辑文件,你必须把他们包含在项目中,而且确保他们可见。

设置文件可见:

  1. Solution Explorer中,点击Show All Files

  1. 必须包含你想编辑的文件。例如,右键点击XSL文件夹,而后点击Include in Project
  2. 最后,双击文件编辑它们。
相关文章
相关标签/搜索