다음을 통해 공유


rejectRemoteRequests config switch on remoting channels

You can add rejectRemoteRequests="true" on the server side tcp or http channels. With this set remoting will only allow connections from the loopback address and thus will reject cross machine calls. This is equivalent to setting bindTo="127.0.0.1" or machineName="localhost".

In v2.0 IPC channel would probably be a better choice for local machine x-process scenarios.

Comments

  • Anonymous
    October 31, 2004
    We have a binary tcp remoting scenario where we use rejectRemoteRequests="true" so my conclusion was with v2.0 to definitely upgrade it to IPC. I am interested in why you write "probably" for what in my eyes is a clear cut scenario?
  • Anonymous
    October 31, 2004
    The comment has been removed
  • Anonymous
    May 31, 2009
    PingBack from http://woodtvstand.info/story.php?id=3756