问题
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:
- Go to your windows server where IIS Server configured.
- Control Panel => System and Security => Administrative Tools => Services.
- 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