SharePoint 2013 App Development Catches
Error occurred in deployment step 'Uninstall app for SharePoint': Cannot connect to the SharePoint site Make sure that this is a valid URL and the SharePoint site is running on the local computer. If you moved this project to a new computer or if the URL of the SharePoint site has changed since you created the project, update the Site URL property of the project
- Development Catches
- Can’t deploy app from VS 2012 using system account
- Need to give the new account DBO in the following SharePoint database
- Config
- Content DB for the Developer site collection
- App management service application DB
Get-SPDatabase
Add-SPShellAdmin -database {id} -username
Comments
Post a Comment