472,118 Members | 1,166 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,118 software developers and data experts.

NTLM proxy authentication for web service access hangs in .Net 2.0

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.
Sep 7 '06 #1
2 2215
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.
What's that you get?
I'm not very sure by what you mean when you say, "Unable to consume web
service" -- what's the result?
--
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://articles.edujinionline.com/webservices
-------------------
Sep 12 '06 #2
Im making an Async request for the web service method and I have a callback
event that will be run when the response is received. But after I send the
request, I never receive any response. I set up a breakpoint in my response
callback and it never comes back.

Thanks
"Gaurav Vaish (www.EduJiniOnline.com)" wrote:
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.

What's that you get?
I'm not very sure by what you mean when you say, "Unable to consume web
service" -- what's the result?
--
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://articles.edujinionline.com/webservices
-------------------
Sep 12 '06 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by Bruce Lewis | last post: by
5 posts views Thread by Nicholas Then | last post: by
4 posts views Thread by vooose | last post: by
6 posts views Thread by Tom | last post: by
1 post views Thread by Vladimir Rypacek | last post: by
4 posts views Thread by looping | last post: by
1 post views Thread by pycraze | last post: by
2 posts views Thread by =?Utf-8?B?TGVuc3Rlcg==?= | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.