R
RC
I have created an aspx page response for user to Download file from server
Code:
http://support.microsoft.com/kb/812406/EN-US/
And try to DL from that page to PPC by following code
http://www.codeguru.com/Csharp/Csharp/cs_network/internetweb/print.php/c7005/
However I got error when running
response = request.GetResponse(); line
Error Code:
The remote server returned an error: (404) Not Found.
I am sure I can download the file from both IE and Pocket IE and the path is
correctly....Can anybody give me some hint about solving the problem?
Thanks
Code:
http://support.microsoft.com/kb/812406/EN-US/
And try to DL from that page to PPC by following code
http://www.codeguru.com/Csharp/Csharp/cs_network/internetweb/print.php/c7005/
However I got error when running
response = request.GetResponse(); line
Error Code:
The remote server returned an error: (404) Not Found.
I am sure I can download the file from both IE and Pocket IE and the path is
correctly....Can anybody give me some hint about solving the problem?
Thanks