Til að dreifa lausn pakki sem *. Wsp eða *. Cab í SharePoint ELDISSTÃ.
fyrst við þurfum að bæta pakkann lausn skrá til lausn verslun, þá er hægt að dreifa á vefnum umsókn stigi eða stigi Farm(Global Dreifing).
Notaðu eftirfarandi stsadm stjórn til að bæta við lausn á uppsetningu verslun.
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.
Skildu eftir svar