Monday, December 22, 2014

How to deploy the Provider-Host Sharepoint App to Sharepoint Server 2013


when you complete the development of the Provider host SharePoint,

then you will setup the deployment Configuration by clicking on the Package the app button to build

the app package for deployment.





In the popup window, input the host server url that host your web application. and the application folder

that your app publish to.


the client ID will automatically generated by the visual studio when you build your web project. you can copy
it from the appSettings section in the web.config file.

<add key="ClientId" value="f4c53112-8900-4149-9f6b-8ddb600aeb59" />



No comments:

Post a Comment