Microsoft
Software
Hardware
Network
Question : WCF address
How do I make a WCF service work on a network? All the examples are using "localhost" as the address.
e.g. "net.tcp://localhost:123/m
yservice"
Do I need to change the address for both service and client?
Answer : WCF address
you can change the localhost to IP Address of the machine. This change will be required only on the client, if the client and the service are on different machines.
Random Solutions
C#: CreateNoWindow not working
Hiding RUN and FIND lines of Start Menu
Access 2007 Header / Footer Bug?
reading a text file and saving to access
MFC: starting an external program
Excel dynamic names (functions)
How to generate error message that contains a parameter?
Active Directory
What would cause the Report_NoData Sub routine to run twice? Access 2003
How do i develop a chat application without using timer in c#?