all groups > dotnet web services > march 2007 >
You're in the

dotnet web services

group:

Removing required credential check for Web Services in VS2005


Removing required credential check for Web Services in VS2005 adiel_g NO[at]SPAM hotmail.com
3/28/2007 5:43:35 AM
dotnet web services:
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
Re: Removing required credential check for Web Services in VS2005 adiel_g NO[at]SPAM hotmail.com
3/28/2007 1:37:00 PM
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
AddThis Social Bookmark Button