4
votes

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.

1
There seems to be (4) claim parameters required for the Secure Store application _RemoteAppManagementInfo_ - Username, Passsword, ManagementEndpoint, and IsEnabled. I'm not sure what goes in the URL - did you succeed in resolving this issue? This MSDN sample states that "Autohosted apps in SharePoint 2013 can be installed only on SharePoint Online websites". Is this not a privately available feature?SliverNinja - MSFT

1 Answers

3
votes

It sounds like you are creating Autohosted app.

Autohosted apps are only supported with Office 365 SharePoint Online. This may remain true for some time after the release of SharePoint 2013.