目前做了一个的网站,只需要一个用户也就是管理员,我想直接将用户名和密码存储在web.config的credentials节点中。System.Web.Security.FormsAuthentication 这个类可以验证credentials节点中的用户和密码。但是我还想实现在程序中动态修改密码的功能,该怎么实现呢
2 回答
慕哥9229398
TA贡献1877条经验 获得超6个赞
剩下的就是查找配置节,读取配置节的问题了。
// running on the local server. System.Configuration.Configuration config = WebConfigurationManager.OpenWebConfiguration("/system.web/authentication/...") as System.Configuration.Configuration;
- 2 回答
- 0 关注
- 1102 浏览
添加回答
举报
0/150
提交
取消