I am using an Sproxy call from an unmanaged C++ DLL to a webservice. In my web.config I am using windows authentication, impersonate = true, and allow users is "*". For the website if the security is set to allow anonymous users, then the component call succeeds. If I turn off anonymous users then the component call fails.
It doesn't appear that the windows identity is being passed with Sproxy. What I had wanted to do was to turn anonymous users off, deny users "*" and allow users "domain/each_user" where "domain/each_user" = the users I wanted to allow access to the service. The method that I describe works if users access the service from their individual IE, but it will not work from the component running on their PC.
Any help would be appreciated.
It doesn't appear that the windows identity is being passed with Sproxy. What I had wanted to do was to turn anonymous users off, deny users "*" and allow users "domain/each_user" where "domain/each_user" = the users I wanted to allow access to the service. The method that I describe works if users access the service from their individual IE, but it will not work from the component running on their PC.
Any help would be appreciated.