Posts

Showing posts from November, 2013

Developing Apps for SharePoint 2013

App development in SharePoint 2013 is very cumbersome process using visual studio 2012. As in the process of developing my first testing App I’ve faced lot of issues, and after some goggling I was able to resolve those issues. So, here is the process we need to follow to develop and deploy App for SharePoint 2013: Configuring SharePoint 2013 to host Apps Setting-up App domain for hosting apps. Create the App management and Subscription Settings service application. Configure SharePoint to use App domain. For configuring these things you can follow the steps from this blog post . Developing and Deploying SharePoint-Hosted App For developing SharePoint-hosted app in visual studio you need Office Developer Tools for Visual Studio 2012 and the SharePoint Client Components . Once you have installed this tool you are ready to develop SharePoint-hosted Apps. Now follow the steps given in this blog post to develop an App. Note: Don’t use system account to deploy