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. 最後,雙擊文件編輯它們。
相關文章
相關標籤/搜索