Re: SSL and IE / ASP.NET

From: Paul Glavich [MVP - ASP.NET] (glav_at_aspalliance.com-NOSPAM)
Date: 06/12/04

  • Next message: Ken Schaefer: "Re: Security for Visual Studio.Net"
    Date: Sat, 12 Jun 2004 19:28:44 +1000
    
    

    Not sure about earlier operating systems such as Win95 & Win98, but under
    the likes of Windows 2000 and XP, you can run the Microsoft Management
    console by going to 'Start --> Run' and typing 'MMC'

    Then :-
    * Click on 'File -> Add/Remove Snap-in'
    * Click 'Add' button
    * Select 'Certificates' and click the 'Add' button
    * Select 'Computer Account', click 'Next'
    * Select 'Local Computer', click 'Finish'
    * Select 'Certificates' again
    * Click 'Add' button
    * Select 'My User Account', click 'Finish'.
    * Click 'Close', then 'Ok'

    Then you can use this to expand the nodes and look for the 'Untrusted
    Certificates'.

    HTH,

    -- 
    - Paul Glavich
    Microsoft MVP - ASP.NET
    "Ashy Larry" <brian.brown@fcianet.com> wrote in message
    news:59c8989.0406080605.697221e5@posting.google.com...
    > We have some/few visitors to our site who can't login to our Secure
    > area of the site and have been able to in the past. We just upgraded
    > our web server and for about a day we had certificate problems and it
    > was prompting people whether they wanted to trust the certificate or
    > not, I'm possibly thinking some of these people said no to the
    > Security Alert and now can't get in. How does one flush out
    > certificates they said no to in the past?
    >
    > Thanks for the help.
    

  • Next message: Ken Schaefer: "Re: Security for Visual Studio.Net"