I have handheld computers that need to communicate via basicHTTPBinding. I have a contract, and everything works as advertised.
I need to expand it to easily support the transition to a test environment, training and, of course, production. I took the port route, thinking that I could expose different endpoints with port differences and based on the port, decide which database I want to get.
I don't seem to be doing this work and so far have not found any information that indicates that this can be done. Since the port is optional, it may not be.
Has anyone done something like this?
Diverkas
source share