October 28, 2014

Preparing Visual Studio for Provider Hosted App (Naming Convention Style)

Preparing Visual Studio for Provider Hosted App (Naming Convention Style)

1. File --> New Project (SharePointOnline) --> App for SharePoint 2013
2. Remove default App and its corresponding Web Project.
3. Add New Project --> SharePointOnline.Apps
4. Remove its default App and keep its corresponding Web Project.
5. Create New Solution Folder --> Apps
6. Add New Project --> SharePointOnline.Apps
7. Remove its corresponding Web1 Project.
7. Add ClientWebPart to SharePointOnline.Apps
8. Remove Pages Folder and associated Features from the App.
9. In Solution Web Project --> Add New Item --> ClientWebPart.aspx in the Pages Folder.

Note:

1. App for SharePoint Web Toolkit --> TokenHelper.cs

2. All this Remove and Add Process is to get the Deploy Option for the App, Otherwise we need to package the app and upload to the app catalog of the Office 365 Site to consume the app.

No comments:

SonarQube with Jenkins Setup using Docker Images

https://funnelgarden.com/sonarqube-jenkins-docker/  https://medium.com/@hakdogan/an-end-to-end-tutorial-to-continuous-integration-and-con...