I have a WCF service written in .NET 4. For some reason when you create a Web Reference using Visual Studio 2003 and change the "URL Behavior" from static to dynamic it doesn't seem to be completely working. The config file changes but the reference.cs file constructor hard codes the Url instead of pulling from AppSettings.
Has anyone else ever had this issue?