当前位置:  开发笔记 > 开发工具 > 正文

加密web.config中的成员资格元素时出现问题

如何解决《加密web.config中的成员资格元素时出现问题》经验,为你挑选了1个好方法。

我正在尝试加密.Net应用程序的Web.Config中的"system.web.membership"元素,以保护Active Directory的用户名和密码.我正在使用aspnet_regiis命令进行加密,并为"pe"选项的值尝试了几个不同的字符串但没有成功.我已成功加密web.config上的"connectionstrings"元素.

CMD

C:\Windows\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -pe "connectionStrings" -site MySite -app /MyApp
Encrypting configuration section...
Succeeded!

C:\Windows\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -pe "membership" -site MySite -app /MyApp
Encrypting configuration section...
The configuration section 'membership' was not found.
Failed!

C:\Windows\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis -pe "system.web.membership" -site MySite -app /MyApp
Encrypting configuration section...
The configuration section 'system.web.membership' was not found.
Failed!

Web.Config中


    ...
    
        ...
        
            
        
        
            
            
        
        
            
                
            
        
        ...
    
    ...

什么给出了什么?我错过了什么?



1> Paul Lalonde..:

配置部分用" system.web/membership" 标识,而不是" membership"或" system.web.membership".

推荐阅读
小妖694_807
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有