When you try to publish AppFabircApplication within Visual Studio (related to June CTP) you might get following exception:
[Error]: Exception encountered during Publish
Microsoft.VisualStudio.ApplicationServer.AppFabric.ManagementServiceException: Failed to create application: System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
at System.Fabric.Resources.HttpClient.PostOrPut(String verb, Uri uri, Action`1 requestBodyWriter, ResourceOperationRequestContext context)
at Microsoft.VisualStudio.ApplicationServer.AppFabric.OperationResourceModel.CreateApplication(String title)
at Microsoft.VisualStudio.ApplicationServer.AppFabric.PackagedApplication.Create()
at Microsoft.VisualStudio.ApplicationServer.ProjectSystem.ProjectConfig.DoPublish(VSOutputWindow outputWindow)
Publish failed
This error solely means, that you have reached the limit of allowed number of applications in the portal.
Posted
Jul 16 2011, 10:16 PM
by
Damir Dobric