Za implementaciju rješenja paket kao *. Wsp ili *. Kabinom u programu SharePoint farmi.
prvi mi je potrebno da biste dodali datoteku rješenje paket za rješenje trgovini, onda to može biti raspoređeni na web aplikacijskoj razini ili razini farme(Global Deployment).
Koristite sljedeću naredbu stsadm dodati rješenje za implementaciju trgovini.
stsadm -0 addsolution -filename solutionpackage.wsp
Now the solution is successfully added to solution store, then deploy the solution to web app/global deployment
To deploy the solution execute the following stsadm command
stsadm -o deploysolution -name
(To Deploy the solution Immediately, if required particular time can be specified to deploy the solution)
Done…..Now the solution file succesfully deployed globally.
If the solution package is specific to web application -url parameter can be specified.
Dopust jedan Odgovor