When does WCF use app.config or web.config?

Viewed 7505

I am working on a WCF applicaiton. I am very confused about when to use a web.config file and app.config file in WCF client and service. can anyone help me when to use app.config and when to use web.config.

3 Answers
Related