可以在web.config中加密凭据

时间:2012-07-16 01:41:29

标签: encryption credentials

我有我的web.config文件的这一部分。

<system.web>
  <authentication mode="Forms">
    <forms loginUrl="~/Login.aspx">
      <credentials passwordFormat="Clear">
        <user name="test@hotmail.com" password="12345" />
      </credentials>
    </forms>
  </authentication>
</system.web>

我尝试加密此部分,但是我没有将对象设置为对象错误的实例。这是我在加密类中调用的路径:system.web / authentication / forms / credentials

有任何解决方案吗?

感谢。

1 个答案:

答案 0 :(得分:0)

如果您使用的是IIS,请确保您在IIS中的站点ID设置为1(高级设置)。