I am consuming WCF service in my VS 2005 solution by adding as webreference. Ex: Today my WCF url address is - http:// ip-001 :/service If tomorrow i deployed my service in ip-002 machine, in this case i have to add again the service reference by using the http:// ip-002 :/service or i have to change only config file. Note: no service changes has made from ip-001 to ip-002. Let me know without any service changes only url is changes in this case i have to change only config will it work?
Ok, so I was part way through the long winded process of creating DTOs for sending my model over the wire and I don t feel like I m going down the right route. My issue is that most of the entities ...