Reputation: 6249
I have an assembly which I need to GAC on a SharePoint machine I cannot access remotely. I am however able to deploy .dwp
or .webpart
files to the website.
There is already a entry in the SafeControls list for the assembly in the web.config
.
Would I be able to deploy the assembly through a web part?
Upvotes: 0
Views: 270
Reputation: 935
For deploying files in assembly you no need to create webpart. You can do it by creating a simple WSP.
Upvotes: 1