im trying to access my exchange inbox using webdav and it works from my testing server (windows 2003 64bit, contain MOSS instalation) and not from my production server (windows xp 32bit).
for authentication im using:
ICredentials credentials = CredentialCache.DefaultCredentials;
from my production server im getting:
The remote server returned an error: (401) Unauthorized.
what can be the problem on my production server and how come it work on my testing server?