I have deployed to Azure Web sites several times from Visual Studio but since some weeks ago I can't deploy anymore. I get this error over and over again
Web deployment task failed. (Error deserializing string. String larger than expected. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_FAILED_TO_DESERIALIZE.)
I have no clue how to solve this (Seems impossible to find anything online either). I can deploy via FTP. Any help is appreciated.
EDIT: I'm using Visual Studio 2015, update 1.
EDIT 2: I created a new deployment slot and deployed to that one. After that I did a VIP swap and now I can deploy to both instances. I still have no clue why it didn't work before.