المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : something very Strange in Webservice and windows-ce connection



C# Programming
03-19-2011, 08:51 PM
hi

something very Strange in Webservice and windows-ce connection....

i have Webservice in my computer that stay on `C:\inetpub\wwwroot\WS_TEST` called `WS_TEST`

my IP is `11.22.33.44`

the connection is: `http://11.22.33.44/WS_TEST/service1.asmx`

in my Windows-CE i have this connection: (see that the IP not equal)

http://99.88.77.66/WS_TEST/service1.asmx

and the windows-ce **connect successfully** to the Webservice - how ?

how to do that only same IP will connect successfully ?

thanks in advance