Re: Storing password in machine.config
From: Mike Shaw (mikeshaw@online.microsoft.com)
Date: 03/03/03
- Next message: Matt Trevors: "Custom Authentication"
- Previous message: Kevin Burton: "Re: ASP.NET w/ Windows Integrated Authenitcation / DB Error"
- In reply to: Nick: "Storing password in machine.config"
- Next in thread: Nick: "Re: Storing password in machine.config"
- Reply: Nick: "Re: Storing password in machine.config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Mike Shaw" <mikeshaw@online.microsoft.com> Date: Mon, 3 Mar 2003 16:53:48 -0000
Hi Nick
No, its best avoided! See the article
http://support.microsoft.com/default.aspx?scid=kb;en-us;329290 for the way
to encrypt and store your credentials for the process identity in the
registry.
Regards
Mike
-- This posting is provided "AS IS" with no warranties, and confers no rights. OR if you wish to include a script sample in your post please add "Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm" "Nick" <Nick@Bluefield.com.hk> wrote in message news:#0HjXkV4CHA.1808@TK2MSFTNGP11.phx.gbl... > Hi, > > I need to access some network resources from within my ASP.NET application. > The suggested way seems to be to create a mirrored ASPNET user on the second > machine with the same password. > > This works fine but means I have to store the new password of the ASPNET > account in the machine.config file. > > Is there a better way to do this or a way to not have the password in plain > text in the file? > > Is this generally accepted as secure? > > Thanks > > Nick > >
- Next message: Matt Trevors: "Custom Authentication"
- Previous message: Kevin Burton: "Re: ASP.NET w/ Windows Integrated Authenitcation / DB Error"
- In reply to: Nick: "Storing password in machine.config"
- Next in thread: Nick: "Re: Storing password in machine.config"
- Reply: Nick: "Re: Storing password in machine.config"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|