Ahoy,
Bit of confusion over this one, as I *must* be doing something wrong. We have a number of internal and external websites, with some common functionality (one of which is a post code look up control). So I thought right, I will make a common control that calls a method in the framework that does all the postcode relation functionality. So I put the web service in that solution and bang.... doesnt work.
The only way to get it to work is put the service bindings in all the web config files of the sites that use this. Now I have nothing against config files, but I only want to edit it in one place. Is there a way I can have the app.config file of the framework solution have the bindings in rather than all the applications?
Cheers!
Bit of confusion over this one, as I *must* be doing something wrong. We have a number of internal and external websites, with some common functionality (one of which is a post code look up control). So I thought right, I will make a common control that calls a method in the framework that does all the postcode relation functionality. So I put the web service in that solution and bang.... doesnt work.
The only way to get it to work is put the service bindings in all the web config files of the sites that use this. Now I have nothing against config files, but I only want to edit it in one place. Is there a way I can have the app.config file of the framework solution have the bindings in rather than all the applications?
Cheers!
Last edited: