...
We'll use this article to keep track of errors we encounter while installing and configuring AAI, as well as their resolutions.
IIS
HTTP Error 404.3 - Not Found
- IIS needs to be configured to handle HTTP requests from web services
- Click Start -> Run cmd
cd "\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation"
ServiceModelReg.exe -i- http://stackoverflow.com/questions/1528324/how-to-solve-a-http-error-404-3-not-found-error
...