I'm not sure if you put your web services in a seperate project but currently all our web services are in our WAP project under various folders....to me it's a royal mess.
anyway, besides unit testing, mocking, etc. I created a new Web Project. I want to consume one of the other web project's service for testing purposes.
But I realize that when I add a project referene to that other web project, I start getting reference errors for stuff like 3rd party controls probably because the web.config in this test web project doesn't have some of the same keys.
Obviously this is the wrong way to go. What is an easy way to utilize the service without having to refactor how we are storing the services at the moment physically?
