I am seeing an odd error deploying a simple Hello World app on my new SharePoint 2013 server using Visual Studio 2012. The error is "The remote hosting service is not configured" and the internal message and stack trace are:
Microsoft.Office.SecureStoreService.Server.SecureStoreServiceTargetApplicationNotFoundException: Target application not found (application id: __RemoteAppManagementInfo__). at Microsoft.SharePoint.Utilities.SecureStoreHelper.ExecuteSecureStoreMethod(String methodName, Object[] args) at Microsoft.SharePoint.Administration.AppDeployment.RemoteWebSiteAccount.Initialize() at Microsoft.SharePoint.Packaging.SPRemoteWebSiteDeploymentGroup.ConfigureClientAndAccount() at Microsoft.SharePoint.Packaging.SPRemoteWebSiteDeploymentGroup.DeployInternal() at Microsoft.SharePoint.Packaging.SPRemoteWebSiteDeploymentGroup.Deploy() at Microsoft.SharePoint.Administration.SPAppTask.DeployOperation() at Microsoft.SharePoint.Lifecycle.MonitoredTaskExecution.DoTask()
I know that I could probably go into the Secure Store Service and configure a new secure store target application with that application ID, but I did not see this in any of the setup documentation, and I really would like to know where that is coming from. I feel like I'm missing a simple configuration setting somewhere, but I cannot find it.