K
keith bessette via .NET 247
I have a simple HelloWorld web service that I can accesssuccessfully with my labtop, but my pda can't use the same webservice. Instead it throws a WebException with the value'WebException'; breaking it down a little more I found thestatus code of the http response = 401 (invalid authentication).However I'm using the same network credentials andpreauthentication on my labtop as my pda.
Any ideas?
Any ideas?