從 Microsoft 網站下載, 先安裝 templateCore , 再下載安裝範本
1. templateCore
stsadm -o addsolution -filename c:\temp\ApplicationTemplateCore.wsp
stsadm -o deploysolution -name c:\temp\ApplicationTemplateCore.wsp -allowgacdeployment -immeiate -force
stsadm -o copyappbincontent
# -force 表覆蓋
2. 範本就執行下列兩項即可
stsadm -o addsolution -filename c:\temp\RoomEquipmentReservations.wsp
stsadm -o deploysolution -name c:\temp\RoomEquipmentReservations.wsp -allowgacdeployment -immeiate -force
3. 使用方式是於建立新網站時, 於選取範本處,可挑選新增的範本來使用.
Showing posts with label Sharepoint Server. Show all posts
Showing posts with label Sharepoint Server. Show all posts
Jul 16, 2008
MOSS 2007 template
May 16, 2008
Sharepoint - 檔案上載大小限制
Sharepoint 2007 上載檔案時, 遭遇 "由於您所送出的表單無法超過網站管理員所允許的最大長度"錯誤訊息, 解決方式為:
到管理中心->應用程式管理 -> Web 應用程式一般設定 , 將上限加大即可
May 15, 2008
Sharepoint - 備分與還原
在 Sharepoint 的 8001 建立一個與 8000 一模一樣的網站.
使用 WSS 專用的 STSATM 指令,進行網站 8000 的備份,再還原至新增網站 8001!STSADM 網站指令放在 C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\ 之下.
備份網站備份之指令為 stsadm.exe -o backup -url http://server:8000 -filename backup.dat
還原網站備份之指令為 stsadm.exe -o restore –url http://server:8001 -filename backup.dat
May 13, 2008
Sharepoint - 管理員已經封鎖下列檔案
於 Sharepoint 上傳文件時, 遭遇 "管理員已經封鎖下列檔案" 錯誤訊息.
原因為:
Sharepoint server 在安全性上的考量,會封鎖如 exe , bat 等等的資料類型上傳 .
若ㄧ定需要允許上傳,則透過 Sharepoint 管理中心-> 作業 -> 安全性設定 -> 被拒的檔案類型, 即可進行變更
Subscribe to:
Posts (Atom)