Problem encrypting membership element in web.config

后端 未结 2 821
失恋的感觉
失恋的感觉 2021-01-13 02:13

I am trying to encrypt the \"system.web.membership\" element within the Web.Config of our .Net application to secure username and password to Active Directory. I am using th

2条回答
  •  长发绾君心
    2021-01-13 02:40

    The configuration section is identified by "system.web/membership", not "membership" nor "system.web.membership".

提交回复
热议问题