in

The SoftTeq Community Site

SoftTeq blogs

Alastair Waddell

October 2006 - Posts

  • Encrypting the identity section of Web.config

    I have had a couple questions regarding encrypting the identity section of the web.config file, so here’s how.

    In my example, I use identity impersonate in my web.config file and the physical path is “c:\sourcecode\BigWebApplication\web.config”

    <system.web>
        <identity impersonate="true" userName="Alastair" password="password" />
    </system.web>

    aspnet_regiis –pef system.web/identity c:\sourcecode\BigWebApplication

    and to decrypt

    aspnet_regiis –pdf system.web/identity c:\sourcecode\BigWebApplication
  • User group Session - Greg Linwood

    Last night we saw Greg Linwood from Solid Quality Learning deliver his presentation on "Indexing for Developers" to around 40 of our user group members. Both Mitch Wheat and Brian Masden have blogged about the session, so I won't repeat what they had to say except that it was fantastic.

    A huge thankyou to Greg for an excellent presentation and for making the time to come over.

    In my introductory comments to the User group I mentioned a PDF reader that I have found called FoxItReader. It's free, requires no installation and is less than 3Mb, so for those interested, check it out.

    Alastair

More Posts
Copyright SoftTeq 2007
Powered by Community Server (Non-Commercial Edition), by Telligent Systems