I am currently working on a web application. Also I am using WCF web service. I had customized the reader's quota settings in web.config of my WCF like maxNameTableCharCount,maxStringContentLength according to my need.My problem is that whenever I used to add service reference in my application It is adding the default setting of WCF.I just want to know that how can we override these default settings. However I know that I can change these settings again in my application web.config but I want to change it automatically.Please help me.