When I add a service link in Visual Studio 2012, nothing happens with my Web.config. System.ServiceModel is not added if it does not exist and is not updated if it exists. I need to copy / paste the settings manually from the server side to get them in my web.config. Does anyone know why my wcf configuration is not pulled into web.config when I add a service link? This has always been done for me in previous versions of Visual Studio. Thanks.
source share