Problem with domain with Pocket PC

  • Thread starter Thread starter Fernando
  • Start date Start date
F

Fernando

Hello, I'm developing a Pocket PC application with Visual Studio.NET.
This application consumes an ASP.NET Web Service that runs in a host on my intranet.
When PPC application consumes WS on Internet, it works fine because the WS URL is http://www.mycompany.com.
I want to access this url on my intranet, but it shows a login window.
I use hosts file in my host, and I've tried to configure host in PPC registry, but it doesn't work right.

How can I solve this problem?
Thanks.
 
Hi Fernando!!!

Check your PDA and ensure that the handheld is not trying to contact a
proxy server. If you however want to use a proxy, go to the "exeptions" tab
and add there the URL link.

If everything else fails, try using IP addresses instead of server
names. That definitelly saved me lot of problems.

Hope it helps!!!

Tark ik
PS: This posting has been posted "AS IS"
 
Hello, Tarh ik!!!

I've created a subkey into HKLM\Comm\Tcpip\Hosts\ with my company domain and
it runs fine.
The problem was that I've to reset the Pocket PC to apply changes.

Thanks for all.
 
Back
Top