নথিপত্র

SiteTemplate স্থাপন করুন কিভাবে(.STP) SharePoint ফার্ম মধ্যে দায়ের

সাইটের টেমপ্লেট সরাসরি মধ্যে আপলোড করা যাবে “সাইট টেমপ্লেট গ্যালারি” রুট সাইটের সংগ্রহে. আপনি SharePoint কৃষি শ্রেনী এ সাইট টেমপ্লেট স্থাপন করতে চান. STP ফাইল আপলোড করতে stsadm -addtemplate ব্যবহার করুন.

সিনট্যাক্স:

Stsadm -o addtemplate -filename <ফাইলের নাম> -খেতাব <টেমপ্লেট শিরোনাম> -বিবরণ <টেমপ্লেট বিবরণ>

[…]

How to Deploy Solution Package in MOSS 2007

To deploy the solution package like *.wsp or *.cab in SharePoint FARM. first we need to add the solution package file to the solution store, then it can be deployed at web application level or in FARM level(Global Deployment). Use the following stsadm command to add the solution to the deployment store. stsadm -0 addsolution […]