Web deployment task failed. The maximum number of connections for this site has been exceeded. Azure

做~自己de王妃 提交于 2019-12-08 16:16:26

问题


I am get error below on publish to azure using web deploy profile i downloaded from azure website

Web deployment task failed. (The maximum number of connections for this site has been exceeded. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXCEEDED_MAX_SITE_CONNECTIONS.)

I am using visual studio 2012


回答1:


This may occur if you are connecting to the internet via a 3G dongle or card.

I have the same error and earlier in my warnings was "Retrying the sync because a socket error (10054) occurred" I'm stuck on a 3G connection today and getting this for the 1st time so presume these are related.




回答2:


I had a similar problem trying to publish a WebSite on Azure. I solved it by restarting the website from azure management. If you're deploying to IIS, I suggest to try a restart or a stop and start for your website and try publishing again.




回答3:


I was having the same issue but after restarting management service it worked for me.

Here are the steps:

  1. Go to your windows server where IIS Server configured.
  2. Control Panel => System and Security => Administrative Tools => Services.
  3. In the Services. Restart Web Deployment Agent Service and Web Management Service

Give a try now to web deploy.



来源:https://stackoverflow.com/questions/19227965/web-deployment-task-failed-the-maximum-number-of-connections-for-this-site-has

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!