我在使用的Visual Studio 2012在我的新的SharePoint 2013服務器上部署簡單的Hello World應用程序時出現奇怪的錯誤。錯誤是「遠程託管服務未配置」且內部消息和堆棧跟蹤是:__RemoteAppManagementInfo__ SharePoint 2013 - 未配置遠程託管服務
Microsoft.Office.SecureStoreService.Server.SecureStoreServiceTargetApplicationNotFoundException:目標應用中沒有找到(應用程序ID:__RemoteAppManagementInfo__)。 在Microsoft.SharePoint.Utilities.SecureStoreHelper.ExecuteSecureStoreMethod(字符串方法名,對象[]參數) 在Microsoft.SharePoint.Administration.AppDeployment.RemoteWebSiteAccount.Initialize() 在Microsoft.SharePoint.Packaging.SPRemoteWebSiteDeploymentGroup.ConfigureClientAndAccount() 在Microsoft.SharePoint.Packaging.SPRemoteWebSiteDeploymentGroup.DeployInternal() 在Microsoft.SharePoint.Packaging.SPRemoteWebSiteDeploymentGroup.Deploy() 在Microsoft.SharePoint.Administration.SPAppTask.DeployOperation() 在Microsoft.SharePoint.Lifecycle.MonitoredTaskExecution.DoTask()
我知道我可以進入安全存儲服務並使用該應用程序ID配置新的安全存儲目標應用程序,但是我沒有在任何安裝文檔中看到這一點,我真的很想知道它在哪裏來自(哪裏。我覺得我錯過了一個簡單的配置設置,但我找不到它。
似乎有[(4)Secure Store應用程序所需的聲明參數\ __ RemoteAppManagementInfo__](http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/9adf7c77-eb38-4a3d -a11e-5d8f9615b3ed /) - 用戶名,Passsword,ManagementEndpoint和IsEnabled。我不確定網址中發生了什麼 - 您是否成功解決了這個問題? [此MSDN示例](http://code.msdn.microsoft.com/Sharepoint-2013-Autohosted-8c8d4840)指出「* SharePoint 2013中的自動託管應用程序只能安裝在SharePoint Online網站*上」。這不是一個私人提供的功能嗎? – SliverNinja