Reputation: 33
When deploying a SharePoint visual web part project, I encountered some privilege issues.
I want to give my domain account all Administration privileges which are needed to interactive with SP project. But it seems that local Administrator group and WWS_ADMIN_WPG still don't have enough permission to do this.
How can I solve these issues? Thanks in advance!
Upvotes: 1
Views: 5978
Reputation: 2219
Try running VS as admin, by right clicking on Visual studio icon, then clicking "Run as administrator"
Upvotes: 0