Hi,
> How can
> I get the credentials that IE uses and assign it to my Credentials
attribute
> of my Web Service Proxy object?
Have you tried System.Net.WebProxy.GetDefaultProxy() method?
This method reads the Internet Explorer nondynamic proxy settings.
Regards,
R.Balaji
"Ken Varn" <nospam> wrote in message
news:OK7sc%...
> I am trying to call my Web Service from my embedded Windows Forms control
> that is embedded in an HTML page using No Touch Deployment. When I try to
> call my Web Service from my Windows Forms control using
> CredentialCache.DefaultCredentials, I get the logged on user credentials
> even if the user authenticates using a different logon through IE. >
> --
> -----------------------------------
> Ken Varn
> Senior Software Engineer
> Diebold Inc.
>
> EmailID = varnk
> Domain = Diebold.com
> -----------------------------------
>
>
|