|
Rank: Newbie Groups: Member
Joined: 12/5/2009 Posts: 3 Points: 9
|
I want to use remote connection in a module that i did.I want to retrieve data from hash in server.
But there is an error if remote url is like this For example: tcp://192.168.15.100:8089/
There is no error if remote url is like this For example: tcp://localhost:8089/
|
|
Rank: Administration Groups: Administration
, Member
Joined: 12/30/2004 Posts: 1,674 Points: 1,824 Location: Wageningen (NL)
|
I don't know if this has anything to do with Cuyahoga. Maybe the default .NET security settings don't allow tcp connections other than to localhost or 127.0.0.1? What's the exact error message you're getting?
|
|
Rank: Newbie Groups: Member
Joined: 12/5/2009 Posts: 3 Points: 9
|
I opened a new web project.And then I tried both of them.(tcp://192.168.15.100:8089 or tcp://localhost).All of my code were same.There is no error.
|
|
Rank: Newbie Groups: Member
Joined: 12/5/2009 Posts: 3 Points: 9
|
error occurs while calling method that is in the server.(192.168.15.100)
error source:mscorlib
|
|
Guest |