wjshome
10-06-2007, 03:52 PM
i gonna finish my remoting app, but i got a big problem!
i try a whole day, but still din't figure out the solustion.
here is the problem:
when i run the server and the client within the same computer, it works fine.
but i sperate them into two xp computer( no domain belonging ), one runs server and the other runs client application. then it comes out an excption:
"The server has rejected the client credentials"
i think the client application sends the wrong credentials to the server.
also, i try to set username="xxx" password="yyy" which is existing in server machine, it still doesn't work.
but when i disable the ensureSecurity option, it goes well then.
Without the ensureSecurity="true", i hook the problem to see the transmitting data, there are plain TEXT!!
anyone met this issue? greatly appreciated for any help!!!
i try a whole day, but still din't figure out the solustion.
here is the problem:
when i run the server and the client within the same computer, it works fine.
but i sperate them into two xp computer( no domain belonging ), one runs server and the other runs client application. then it comes out an excption:
"The server has rejected the client credentials"
i think the client application sends the wrong credentials to the server.
also, i try to set username="xxx" password="yyy" which is existing in server machine, it still doesn't work.
but when i disable the ensureSecurity option, it goes well then.
Without the ensureSecurity="true", i hook the problem to see the transmitting data, there are plain TEXT!!
anyone met this issue? greatly appreciated for any help!!!