G
Guest
Hi!
I'm writing a remoting application that is hosted in
IIS6 and uses the binary formatter with
HTTP. Because this application will place database-locks
I'd like to know who the other side is who makes a
connection.
How can I get the ip-adress of the connecting peer?
There already exists an example on
http://www.dotnetremoting.cc/Download/IPCheck.zip
but this only works with standalone hosting in an
EXE-file!
How must this be changed to work with hosting in IIS?
Because I'm already using .NET Framework V2 (which
is unsupported, but maybe it is easier to do with V2)
Beta 1: Is there maybe an easier way to get the peer IP?
Many thanks for your answers!
I'm writing a remoting application that is hosted in
IIS6 and uses the binary formatter with
HTTP. Because this application will place database-locks
I'd like to know who the other side is who makes a
connection.
How can I get the ip-adress of the connecting peer?
There already exists an example on
http://www.dotnetremoting.cc/Download/IPCheck.zip
but this only works with standalone hosting in an
EXE-file!
How must this be changed to work with hosting in IIS?
Because I'm already using .NET Framework V2 (which
is unsupported, but maybe it is easier to do with V2)
Beta 1: Is there maybe an easier way to get the peer IP?
Many thanks for your answers!