开发者

Site Deployment Sharepoint

开发者 https://www.devze.com 2023-01-22 04:58 出处:网络
I have developed a site, took a back up on the development site. I have created a empty site on the live environment. I have restored the blank site from the backup.

I have developed a site, took a back up on the development site. I have created a empty site on the live environment. I have restored the blank site from the backup.

I need to change some parameters of the webpart. could anybody suggest me what those list of parameters as I have the following error.

Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Windows SharePoint Services-compatible HTML editor such as Microsoft Office SharePoint Designer. If the problem persists, contact your Web server administrator.

Many Than开发者_运维问答ks


Backup/restore in SharePoint doesn't include custom solutions (wsp file) which means you need to deploy them manually using stsadm tool. See example below:

stsadm -o deploysolution -name webparts.wsp -allowgacdeployment -immediate -url http://localhost
0

精彩评论

暂无评论...
验证码 换一张
取 消