Ask a Question related to ASP.NET Security, Design and Development.
-
Chris Ericoli #1
net.credentialcache.defaultcredentials is blank and will not retain user info
Hi,
As the subject suggests, the defaultcredentials object that i need my code
to acces is empty, despite the user having logged onto a win 2000 domain.
I cannot understand what my be causing this, so if anyone can help - i would
be very grateful.
Cheers
Chris
Chris Ericoli Guest
-
CredentialCache.DefaultCredentials not working!!!!!
Hi, I'm trying to use the CredentialCache.DefaultCredentials to pick up the credentials of the current user but its not working correctly. I've... -
CredentialCache.DefaultCredentials Not working
I am using the following method to call a web service from a windows application Dim a As New MachineReference.Service1 a.Credentials = s... -
Web.HttpContext.Current.User.Identity.Name is blank
I am using an application which is a modification of IBuySpy Portal. It is using Forms authentication. Users login and their name is added to... -
Form Retain Info on Back?
Hi All, I have a php form that I run a test to see if they have entered in all required fields before inserting into a MySQL db. The PHP script... -
[PHP] Form Retain Info on Back?
Is there a simple way of retaining this information so the user doesn't has to retype all the information in? The answer is in the archives... -
Chris Ericoli #2
Re: net.credentialcache.defaultcredentials is blank and will not retain user info
Problem solved.
Discovered that defaultcredentials is only valid if impersonate is enabled
for the asp app
"Chris Ericoli" <cericoliNO_SPAM@famill.com.au> wrote in message
news:eO9Lpf2lDHA.3316@TK2MSFTNGP11.phx.gbl...would> Hi,
>
> As the subject suggests, the defaultcredentials object that i need my code
> to acces is empty, despite the user having logged onto a win 2000 domain.
>
> I cannot understand what my be causing this, so if anyone can help - i> be very grateful.
>
> Cheers
>
> Chris
>
>
Chris Ericoli Guest



Reply With Quote

