Hi,

PDA is a Dell Axim X30 running Mobile 2003 SE.

I'm really desperate for some help. I've been trying to figure this out for
ages. After much debugging, I have figured out that my code will download
http://www.cnn.com/index.html just fine but fails for
http://www.<myserver>.com/index.html. There is definitely an index.html on
my server.

The results are 100% reliable, works everytime for CNN, fails everytime for
my server.

PDA is connected to my desktop via AS3.8, then to a WAP via Ethernet.
Running the same code on the desktop works just fine everytime for both
servers.

Any ideas? I'd REALLY appreciate any help,

Hilton

Re: HttpWebRequest/HttpWebResponse fails only on some servers by Alex

Alex
Mon Oct 10 06:17:45 CDT 2005

What does it mean 'fails'? What exception do you get?
Does it work from PIE?

-Alex

"Hilton" <nospam@nospam.com> wrote in message
news:Ysr2f.8842$zQ3.2507@newsread1.news.pas.earthlink.net...
> Hi,
>
> PDA is a Dell Axim X30 running Mobile 2003 SE.
>
> I'm really desperate for some help. I've been trying to figure this out
> for ages. After much debugging, I have figured out that my code will
> download http://www.cnn.com/index.html just fine but fails for
> http://www.<myserver>.com/index.html. There is definitely an index.html
> on my server.
>
> The results are 100% reliable, works everytime for CNN, fails everytime
> for my server.
>
> PDA is connected to my desktop via AS3.8, then to a WAP via Ethernet.
> Running the same code on the desktop works just fine everytime for both
> servers.
>
> Any ideas? I'd REALLY appreciate any help,
>
> Hilton
>
>



Re: HttpWebRequest/HttpWebResponse fails only on some servers by Eric

Eric
Mon Oct 10 11:15:40 CDT 2005

hi, I'am new to dotnet
how about using directly ip address instead of fully domain name ?

"Hilton" <nospam@nospam.com> wrote in message
news:Ysr2f.8842$zQ3.2507@newsread1.news.pas.earthlink.net...
> Hi,
>
> PDA is a Dell Axim X30 running Mobile 2003 SE.
>
> I'm really desperate for some help. I've been trying to figure this out
for
> ages. After much debugging, I have figured out that my code will download
> http://www.cnn.com/index.html just fine but fails for
> http://www.<myserver>.com/index.html. There is definitely an index.html
on
> my server.
>
> The results are 100% reliable, works everytime for CNN, fails everytime
for
> my server.
>
> PDA is connected to my desktop via AS3.8, then to a WAP via Ethernet.
> Running the same code on the desktop works just fine everytime for both
> servers.
>
> Any ideas? I'd REALLY appreciate any help,
>
> Hilton
>
>