Hello.
We have anonymous access disabled on the webservice and are passing the
default credentials from client to the webservice with
proxy.Credentia ls = System.Net.Cred entialCache.Def aultCredentials . On the
development server everything is ok but on the production server wich is also
a domain controler everytime the webservice is called we get the 401 error.
We have altered the code and create a network credential with the username,
pasword and domain... On both server everything works fine.
Why? Why are default credentials not working on the production server?
Thanks in advance,
Marko
We have anonymous access disabled on the webservice and are passing the
default credentials from client to the webservice with
proxy.Credentia ls = System.Net.Cred entialCache.Def aultCredentials . On the
development server everything is ok but on the production server wich is also
a domain controler everytime the webservice is called we get the 401 error.
We have altered the code and create a network credential with the username,
pasword and domain... On both server everything works fine.
Why? Why are default credentials not working on the production server?
Thanks in advance,
Marko