且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

复制网站功能并重命名

更新时间:2023-11-22 22:02:04

您好,


如果这是使用Visual Studio场解决方案开发的自定义功能,那么我将复制项目代码,然后将目标更改为开发站点以进行调试,测试,如果它按预期工作,然后部署到生产站点。


谢谢


***的问候


I'm trying to duplicate a feature and use the original feature for the live production site - then use the duplicate for a testing site.

How would I go about
   - copying an existing site feature
   - renaming it
   - making it so it is it's own separate feature  (So if the duplicate is changed the primary one isn't changed.)
   - adding it to a different site

The feature is a site feature that is Active on 1 site.
What I need to do is copy it, rename it and make the copy active on a different site, same farm.   

There's only 1 farm.  I've set up a duplicate site to test & develop with.  The feature will be modified in the development site.
And while getting it modified I don't want it to change the live site.

The sharepoint site is on premise.

Thanks

JS

Hi,

If this is a custom feature developed with Visual Studio farm solution, then I will copy the project code and then change target to the development site for a debug and test, if it works as expected, then deploy to the production site.

Thanks

Best Regards