DefaultCredentials = null
Hi, I call a web service from a windows app. with windows auth enabled.
If I use the networkcredential class it works good, but not if I use System.Net.CredentialCache.DefaultCredentials. If I use this, my user and pass are null. Why?

