Monday, July 29, 2013

Can't deploy Sharepoint 2013 app

ErrorDetail: The remote hosting service is not configured.
ErrorType: Configuration
ErrorTypeName: Configuration ExceptionMessage: Microsoft.Office.SecureStoreService.Server.SecureStoreServiceTargetApplicationNotFoundException

Solution

The message could come from the fact that you are doing a "High-Trust" SharePoint App, which requires also configuring Certificates. I would suggest you really folow to the letter these 2 posts, and also try to create a simple SharePoint Hosted, to make sure it works.
  1. http://msdn.microsoft.com/en-us/library/fp179923.aspx
  2. http://msdn.microsoft.com/en-us/library/fp179901.aspx
Some tips: - make sure DNS is properly setup with a Wildcard domain or your local hosts file - do not use sub-domains (Mirjam has an excellent article here http://sharepointchick.com/archive/2012/07/29/setting-up-your-app-domain-for-sharepoint-2013.aspx)

No comments:

Post a Comment