Hiding the password in the connectionstring in the web.config?

Discussion in 'ASP.NET / ASP.NET Core' started by xaisoft, Sep 12, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello,

    Can I use integrated security, if so, how? Is there a way to hide the password in the web.config file?

    Thanks
     
  2. The links say "Important note: Web.config encryption only works with ASP.NET 2.0." Does this mean I can't do it since I am using 3.5 or is it anything 2.0 and above?
     
  3. .NET 3.0 and 3.5 were built and implemented by Microsoft on the .NET 2.0 framework and CLR.

    In other words, you shouldn't have a problem following the instructions (providing the instructions are clear!!), and web.config encryption will indeed work fine in the current DASP environment.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page