Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I'm trying to deploy my first sharepoint 2013 via Visual Studio. I generated an isolated app domain.

When deploying the app i get an error in Visual Studio.

ErrorDetail: The remote hosting service is not configured.
ErrorType: Configuration
ErrorTypeName: Configuration
ExceptionMessage: Microsoft.Office.SecureStoreService.Server.SecureStoreServiceTargetApplicationNotFoundException: Target application not found (application id: __RemoteAppManagementInfo__).

I don't know how to fix that. I already set up a new App Service Apllication, generated a key in secure store, restarted it, add Managed Account to Admin-List of secure store.

share|improve this question

1 Answer

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)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.