|
Posted by Hitesh on January 4, 2006, 10:41 am
Please log in for more thread options
I am trying to debug a smart device application in SmartPhone emulator in PC.
When the application tries to access a Web Service, I am getting the
following error:
The remote server returned an error: 401 Unauthorized
A network credential object is created with the user name, domain and
password and passed to the web service.
In the web service, Integrated Windows Authentication is enabled. If I also
check Basic Authentication, the application starts working properly. But
according to the security considerations and requirements, basic
authentication cannot be checked.
I have to work only with Integrated Windows Authentication.
Are there any confiuration settings to be done in emulator for using
Integrated Windows Authentication. I can also run the application properly,
if I directly run the executable without using emulator.
Please reply at the earliest if you can help in this regard. Let me know if
you need any more info.
|