System.Net.CredentialCache.DefaultCredentials

  • Thread starter Thread starter JOS
  • Start date Start date
J

JOS

Hi,

I have a web application with the following in the web.config file

1 <authentication mode="Windows" />
2 <identity impersonate="true" />

My IIS settings are shown below

However the System.Net.CredentialCache.DefaultCredentials is not being
populated correctly everything is blank, but User.Identity.Name is
being populated correctly @"Domain\username"

I need these credentials to pass on to an instance of HTTPRequest

Can anyone shed any light on this?

Thanks
Jerry


ASP .NET 1.1 Application
Windows Server 2003
 
Back
Top