FIX Web Deploy from visual studio failed with error ERROR_EXCEEDED_MAX_SITE_CONNECTIONS
I had recently come across an error when hosting a web application. I was using web deploy method from visual studio 2017. When deploying to windows server 2012 i got error saying ERROR_EXCEEDED_MAX_SITE_CONNECTIONS. the complete erro message is as follows: "Severity Code Description Project File Line Suppression State Error 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 get a solution after searching in internet for hours. So I thought if I make a post on it, it will be helpful for other and of course for me when same error come again. The following steps are used to solve the error.
- In window server open "Services"
- Find "Web management service"
- Right click in "Web management service"
- Restart the "Web management service"
- Now try to deploy the web application again.
Check the following video for more details
▶️ DTube
▶️ IPFS
Leave FIX Web Deploy from visual studio failed with error ERROR_EXCEEDED_MAX_SITE_CONNECTIONS to:
Read more #windows posts
Best Posts From DevelopersLogs
We have not curated any of arunvk's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From DevelopersLogs
- HOW TO ACCESS MS SQL IN WINDOWS SERVER FROM A REMOTE SQL SERVER MANAGEMENT STUDIO
- [deleted]
- Add/Remove automatic password expiration of MS SQL user
- FIX: Severity Code Description Project File Line Suppression State Error Web deployment task failed.
- FIX Web Deploy from visual studio failed with error ERROR_EXCEEDED_MAX_SITE_CONNECTIONS