Deploying SharePoint layout ASP .NET assembly into GAC
问题 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