For several months I have been using Web Deploy to publish ASP.NET Web Applications but for some days now, I more and more often receive different errors.
One of them says the "maximum amount of connections is exceeded":
Fehler 5 Fehler des Webbereitstellungstasks. (Die maximale Anzahl zulässiger Verbindungen für diese Website wurde überschritten. Weitere Informationen unter: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXCEEDED_MAX_SITE_CONNECTIONS.) 0 0 Intranet
Sometimes a different kind of error occurs "Socketexception (10054)":
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Web\Microsoft.Web.Publishing.targets(4269,5): Warnung : Synchronisierung wird wiederholt, da ein Socketfehler (10054) aufgetreten ist.
1>Vorgang 'Serialization' wird für Objekt sitemanifest (sourcePath) erneut ausgeführt. Versuch 1 von 10.
While searching for a solution, i found some things like
Can't get my EC2 Windows Server 2008 (Web stack) instance to receive publishings of my website
I attempted to reset the certificate or skip the "https" in the URL for the Web-Deploy Server but I still receive the same errors. Does anybody have a solution for it?
The Server is a Windows 2012 Server, i am using Visual Studio 2012 without updates. But I tried it also with Visual Studio 2012 Update 4 and VS 2013, and encountered the same errors.