Me and my colleague are developing an ASP.NET MVC application, which is deployed to the Microsoft Azure WebSites. For a long time, there were no problems with this. However, a few weeks ago, I lost the ability to deploy the web app. When trying to publish it via Visual Studio 2015, the IDE freezes for a while and then I get the error saying:
Web deployment task failed. (Web Deploy experienced a connection problem with the server and had to terminate the connection. Contact your server administrator if the problem persists. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_CONNECTION_TERMINATED.)
When Googling the issue, people said it was caused by slow connection speed. This is not an option in our case, since my colleague is able to publish the web application with no problems. Does anybody know what might be causing the issue?