locked
Does WCF Data Services support runtime configuration? RRS feed

  • Question

  • I'm looking at building WCF Data Services for a new project, but I haven't been able to find any documention about runtime configuration.

    WCF supports robust configuration through the <service.model><clients> and <service.model><services> sections of the app.config and web.config files.

    Do WCF Data Services have similar functionality?

    In particular, I'm wanting to support deployment by repointing the service root URL when moving my development from http://localhost:12345/myService to production at http://myDomain.com/myService.

    Any links or advice appreciated. 

    Tuesday, July 6, 2010 4:08 PM

Answers