I have a class library where a service reference's endpoint information is
placed in the app.config file. During testing of the class library
everything runs fine because the class library reads in the app.config file.
But the application calling the class library knows nothing of the
app.config file and I end up being SOL trying to get the calling application
to recognize the service reference. I know I can copy the endpoint data into
my web.config file so that my app can read it, but I'm hoping that the
collective braintrust knows something about configuration files that I
don't.

Reply via email to