1. 服務配置 安全
以下包含其餘信息和技術相關的服務器配置 服務器
更新文件夾的安全設置 this
更新文件夾的安全設置: spa
- 在Windows Explorer中,右鍵點擊文件夾,選擇Properties。
- 在Properties會話框中,點擊Security標籤。
- 在Group or user names字段中,選擇一個用戶或組,而且在Permissions for 字段中分配他們適當的權限。
- 在Security標籤中,點擊Advanced。
- 在Advanced Security Settings會話框中,選中Replace permission entries 選擇框。
使安全標籤可見 orm
若是Security 標籤不可見,這個通常發生在Windows XP Home升級到Professional: 文檔
- 在Windows Explorer中,點擊Organize,Folder和search options。
- 在Folder Options對話中,點擊View標籤。
- 確保Use simple file sharing選擇框是未選中。
若是這個帳戶在Security選項卡中不可見,你必須把它設置爲可見。 it
設置帳戶可見 io
確保帳戶在Security選項卡中可見: dva
- 在Properties對話框中,點擊Security選項卡。
- 在Security選項卡中,點擊Add。
- 在Select Users,Computers,or Groups會話框中,在Form this location字段,確保local computer是選中的。
- 在Enter the object names to select字段中,輸入帳戶名,點擊Check Names。
或者,你能夠點擊Advanced,而後點擊Find Now而且選擇你想添加的帳戶。
配置
2. 在Visual Studio中建立Web項目
爲已存在的Sitecore 站點建立成一個Visual Studio Web Application 項目:
- 在Visual Studio中,點擊File菜單,而後點擊New Project.
- 在New Project對話框中,在Project Type樹中展開Visual C#,而後點擊Web。
- 在Templates列表中,點擊ASP.NET Web Application.
- 選擇.NET Framework的版本,選擇.NET Framework 4.
- 在Name 字段,輸入項目的名稱,例如MyWebSite。Visual studio 使用這個名字爲.NET命名空間和裝配名。
- 在Location字段中,輸入Sitecore文檔的目錄,好比C:\inetpub\sitecore\MyWebSite\WebSite.
- 在Solution Name字段中,輸入方案的名字,它通常是項目名稱,例如MyWebSite。
- 選擇Create Directory for solution選擇框,而後點擊OK。Visual Studio在Location目錄的子目錄中建立一個項目,而後打開項目。
- 在Solution Explorer中,右鍵點擊References,而後點擊Add Reference。
- 點擊Browse選項卡,選擇Sitecore.Kernel.dll文件,而後點擊OK。
- 在Solution Explorer中,選擇Sitecore.Kernel.dll文件,而且設置Copy Local屬性爲false。
在Visual Studio中編輯文件,你必須把他們包含在項目中,而且確保他們可見。
設置文件可見:
- 在Solution Explorer中,點擊Show All Files。
- 必須包含你想編輯的文件。例如,右鍵點擊XSL文件夾,而後點擊Include in Project
- 最後,雙擊文件編輯它們。