Multi-site WCF Service

Posted by vault on Stack Overflow See other posts from Stack Overflow or by vault
Published on 2010-03-26T20:51:45Z Indexed on 2010/03/26 20:53 UTC
Read the original article Hit count: 300

Filed under:
|
|
|

I have implemented a WCF service that will be used at Site A with 5 computers in the LAN accessing the service.

What I would like to do is have an elevated user/administrator be able to use one of the 5 machines and query an identical service at Site B (also with 5 computers) that they will need to connect to by bypassing the LAN firewall.Accessing data from Site A to Site B (and vica-versa) need only be read-only

Is there a standardised way to acheive this using WCF?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about firewall