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
Access Form with labels can't cycle through labesl in vba code. Original labels recognized but not newly added labels.
Win 7, running 32bit software on a 64bit machine
Loading any ActiveX.ocx in VB.NET Form
How do I remove windows Encryption
VBA code to select the folder one level above this workbook's folder
DAO recordset edit problem
How to open and close an excel file from Scheduled Tasks
SSRS report Create a new data source for a parameter
How can I run/emulate IE 7 to access a site that only works for IE7
Batch file that does a file search and then if found executes a specific command on the file