Membership.ValidateUser always returns false after upgrade to VS 2010 / .NET 4.0

前端 未结 3 826
盖世英雄少女心
盖世英雄少女心 2020-12-30 15:04

Not sure whether this pertains to VS 2010 or to the upgraded framework, but... we are using the Oracle membership provider to authenticate users. Prior to the upgrade everyt

3条回答
  •  再見小時候
    2020-12-30 15:22

    Sounds a little bit like the problem I am having..

    Adding a machineKey element to web.config instead of hashAlgorithmType="SHA1" fixed the problem.. but I still don't understand why I need to put that there... haven't been able to find any documentation either..

    You can check out my question here.. The user name or password provided is incorrect. in MVC 3 Internet Application

提交回复
热议问题