Chapter 26 Page 929 Point 4
Here it says Modify the code in app.config, but the snippet gives the file to be downloaded as Web.config. There is an app.config under Ch36Ex03 in the download. Because I am using VCE I created a WCF file in VWD and copied the files over, so I have a web.config under AppControlService.
Should I rename my web.config as app.config? Should I delete all the additional lines of code in the web.config? What is the difference between an app.config and a web.config?
|