Problem with domain with Pocket PC

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.
 
G

Guest

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"
 
F

Fernando

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top