FrozenBear / DistCL

1 stars 0 forks source link

DistCL will not work in cross-domain deployment with partial trust (full trust required) #15

Open MikeYast opened 11 years ago

MikeYast commented 11 years ago

WCF cross-domain communications (for ex: client and agent/service is located in different domains) are require partial trust at least. But netTcpBinding (we use it) isn't supported by partial trust. Details: http://msdn.microsoft.com/en-us/library/bb412186.aspx

poksh commented 11 years ago

We can revert permissions management for http endpoints and use *HttpBindings

poksh commented 11 years ago

or we can use http bindings with this call from installer:

netsh http add urlacl url=http://+:<port>/ user=<DOMAIN>\<user>