BeginGetResponse - Different Behavior on Windows 2000 and Windows XP

J

Jim Davis

I have an app that makes an async web request using
WebRequest.BeginGetResponse.
On windows 2000 and Windows 2003 it works without needing a
NetworkCredential object.

On Windows XP (dev box for several folks) it fails unless a
NetworkCredential object is supplied. The directory of the app being called
has Read Execute permissions for the Everyone group.

Any ideas how to get this to work without using the NetworkCredential
object?
Thanks,



Jim
 
J

John Saunders

Jim Davis said:
I have an app that makes an async web request using
WebRequest.BeginGetResponse.
On windows 2000 and Windows 2003 it works without needing a
NetworkCredential object.

On Windows XP (dev box for several folks) it fails unless a
NetworkCredential object is supplied. The directory of the app being called
has Read Execute permissions for the Everyone group.

Any ideas how to get this to work without using the NetworkCredential
object?

I would be surprised to find that the operating system is the reason you
need the NetworkCredential object. Look to see if there is some other
difference between the XP box and the Windows 2000 and 2003 boxes. Like,
maybe the XP box is in a different domain?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top