Re: Data encryption ?

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

  • Next message: WJ: "Re: Data encryption ?"
    Date: Sun, 11 Apr 2004 22:16:54 +1000
    
    

    Well not really, but I think you can achieve what you are after by using the
    Aspnet_setreg.exe utility that is described in Knowledge base article
    KB329290.

    If you have VS.NET installed, then you can load IE or load up the MSDN help
    and paste this link into the address bar
    ms-help://MS.MSDNQTR.2003OCT.1033/enu_kbaspnetkb/aspnetkb/329290.htm
    to get information on the above article, or simply search on microsofts
    knowledgebase for it. That should do what you need.

    --
    - Paul Glavich
    Microsoft MVP - ASP.NET
    "WJ" <JWebb@Msn2.Com> wrote in message
    news:OzRX5AoHEHA.3832@TK2MSFTNGP10.phx.gbl...
    > .Net Experts,
    >
    > Instead of using MS/Data Protection API, I am using my own encryption
    > library. I need to impersonate a special account (a local Windows 2003
    Logon
    > ID) on my IIS6 box for certain sites, the current "web.config" does not
    know
    > how to decrypt the encrypted password in the line below:
    >
    > <identity impersonate="true" user="mySpecialAcct" password="secretPW"/>
    >
    > Is there a way to pause my page loader/authentication process until my
    > decryption code is completed (to un-encrypt the password) ? In other word,
    > when the user punches in the url, MS/IE will prompt him for his password,
    I
    > like somehow to intercept this process at the server side until the
    > decryption is completed.
    >
    > Thanks
    >
    > John
    >
    >
    >
    >
    >
    

  • Next message: WJ: "Re: Data encryption ?"