c# - Access windows service / WCF service from other machine on LAN -



c# - Access windows service / WCF service from other machine on LAN -

please bear me beginner windows service / wcf service. after much research have not been able find satisfactory solution problem. allow me describe problem in brief:

i want run 1 windows service / wcf service on machine on lan. want create service consumed applications running on machines on lan, provided next conditions must satisfied :

1) should not need host windows service / wcf service iis.

2) url of service should configurable in applications running on other machines on lan. should not have hard code url anywhere in applications (e.g. in app.config or so). service url should accepted application user. @ best, application should find machine on service running , should phone call service there. (as side note, applications running on other machines in-browser silverlight applications.)

is tall order? if not, of windows service , wcf service suit requirements? please provide me resource if have.

c# wcf iis windows-services lan

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -