I have an application that makes use of Windows Azure ACS. I have implemented Facebook, LiveID, Yahoo and Google authentication using ACS.
It's working fine on the development machine.
My application runs on http://127.0.0.1:81 during development but runs on domain xxxxx.com in production.
How do I change the FederationMetadata.xml and Web.config setting for production deployments on the fly? Do I need to do it manually or is there an automated way to do it?