Login Failed after DNN 3.2.0 Upgrade

Last post 12-05-2005 2:08 PM by wagnoid. 1 replies.

Sort Posts:

  • Login Failed after DNN 3.2.0 Upgrade

    12-05-2005, 12:44 PM
    • Member
      10 point Member
    • wagnoid
    • Member since 11-30-2005, 12:50 AM
    • Posts 2
    I just upgraded from DNN 3.1.1 to DNN 3.2.0. The upgrade worked fine, the site looks good, but none of the logins are working. Any Ideas?
  • Re: Login Failed after DNN 3.2.0 Upgrade

    12-05-2005, 2:08 PM
    • Member
      10 point Member
    • wagnoid
    • Member since 11-30-2005, 12:50 AM
    • Posts 2

    Sorry I figured out what I did wrong, so I wil share it for any others who may encounter the same issue.

    When I upgraded to 3.2 I forgot to change the MachineValidationKey and MachineDecryptionKey in the <appSettings> section of the web.config file. For authentication to work you need to set the values to whatever they were in the old web.config file.

    In my case I copied the following 2 lines (from my 3.1.1 web.config) and replaced the ones in my 3.2.0 web.config file.

    <add key="MachineValidationKey" value="...
    <add key="MachineDecryptionKey" value="...

     

Page 1 of 1 (2 items)