On a brand new install of Server 2012 R2, I want to set up Web Deploy in IIS for one click publishing from the development machine.
So I enabled the web management service and installed Web Deploy 3.5, created a .PublishSettings file, and attempted to publish a test site.
It keeps giving a 404 not found error. I examined the http handlers and saw that /msdeploy.axd has no handler and the default *.axd HttpNotFoundHandler is taking effect.
What installation step did I miss? Should I manually add the handler? I don't know what type it would be.