Does anyone know how to remove the required credential check for a web
service in VS2005?
There should be an option to remove the required credential check
since I will be running the
service in an intranet and will not require authentication. After I
remove the credential check,
I should be able to remove this line:
objSVC.Credentials = System.Net.CredentialCache.DefaultCredentials
And should not get a 401 access denied error.
Does anyone know how to configure VS2005 to remove this credential
check?
Thanks Before Hand,
Adiel |