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
adiel_g@hotmail.com - 28 Mar 2007 21:37 GMT
Problem Solved, looks like IIS was the culprit. Moved the Web Service
to another machine
and it is working fine. It no longer forces you to enter credentials
when accessing the service
as anonymous.
Adiel