A
Asaf
Hi,
I have two web services.
The Main WS is installed on my Windows 2003 server and when connecting to it
there is a must to provide User & Pass for the "Integrated Windows
Authentication" by the IIS.
I have a Secondary WS that will connect to the Main WS so I transfer User &
Pass by setting
ICredentials credentials = new NetworkCredential("MyUser", "MyPass"); to it.
The problem is that when I connect to the Main WS from my machine with the
Secondary WS, it works well, but when trying to connect to Main WS with the
Secondary WS from within Windows 2003 machine locally I am receiving the
error:
"Server was unable to process request. ---> The request failed with HTTP
status 401:
Unauthorized"
Thanks in advanced for any help,
Asaf
I have two web services.
The Main WS is installed on my Windows 2003 server and when connecting to it
there is a must to provide User & Pass for the "Integrated Windows
Authentication" by the IIS.
I have a Secondary WS that will connect to the Main WS so I transfer User &
Pass by setting
ICredentials credentials = new NetworkCredential("MyUser", "MyPass"); to it.
The problem is that when I connect to the Main WS from my machine with the
Secondary WS, it works well, but when trying to connect to Main WS with the
Secondary WS from within Windows 2003 machine locally I am receiving the
error:
"Server was unable to process request. ---> The request failed with HTTP
status 401:
Unauthorized"
Thanks in advanced for any help,
Asaf