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
Blocking group policy for one user
Does anybody know of some neat SQL code which can calculate the date of birth of a person who is 4 1/2 today?
setting user permession on ad directories
Error#3061 was generated by DAO
Collapse Part of Code
MSComm VBA Excel comms with serial port
Dropdowns in grid view 'edit item template' not working
Exporting a table
Cursor position in a word document created by vb.net
Disable the right mouse button for pasting into a textbox