Hi,
I have an unmanaged C++ dll that consumes a web service using NTLM proxy
authentication. I was able to consume the web service and get the results
when using .Net runtime 1.1. When I installed VS 2005 (.Net runtime 2.0), I
am unable to call the same web service using NTLM proxy.
Just for testing purposes, I forced my application to use .Net runtime 1.1(I
created a .config file for my application where I specify this i.e.
<supportedRuntime version="v1.1.4322" />) and Im able to consume the web
service fine.
Is there any known issues with NTLM proxy with .Net 2.0 or any changes in
the configurations I need to make. Will appreciate any suggestions on the
above.
Thanks.