Preetham Reddy
Preetham Reddy

Reputation: 611

Windows Azure ACS Change Federation Metadata and Web.Config for production deployments

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?

Upvotes: 1

Views: 510

Answers (1)

YuQing Zhang
YuQing Zhang

Reputation: 779

Well, I have the same question as yours.

The only way I can find was described in this post: http://blogs.msdn.com/b/vbertocci/archive/2011/05/31/edit-and-apply-new-wif-s-config-settings-in-your-windows-azure-webrole-without-redeploying.aspx

Upvotes: 1

Related Questions