sharepoint-feature

Deploying SharePoint layout ASP .NET assembly into GAC

旧时模样 提交于 2019-12-25 14:38:18
问题 I'm currently rewriting a legacy SharePoint application and I need to figure out how to deploy it. The application itself is SharePoint solution with several features, including webparts and simple web pages with some code. There is a webpage that is designed to be deployed in layouts subfolder. In production environment, there is no codebehind in layouts subdirectory, just the .aspx file. I understand that corresponding codebehind assembly is loaded from GAC. Indeed, it is there. However the

How to update SharePoint feature?

跟風遠走 提交于 2019-12-25 00:35:37
问题 I've created and installed a custom Document Library as a feature to SharePoint (WSS3) installation. The installation and activation went fine and the feature is operational. However, now I need to change the feature schema.xml file but I can't find a way to update the changes to SharePoint. I guess it's done via the stsadm.exe tool but can't find documentation on how to actually perform the update. Is there a simple to command to update the feature with FeatureId or name? Or do I need to