aspnet_regsql.exe 可用于创建能够存储多个电子邮件地址的数据库
Q1
A) 有没有一种方法可以创建会员数据库(使用 aspnet_regsql 工具),其中每个用户在注册过程中可以指定多个电子邮件地址(而不是仅一个)?
B) 是否还有一种方法可以以某种方式“通知”WAT 中的安全向导以包含新的内容 创建新用户帐户时的输入字段(将在其中输入其他电子邮件地址)?
谢谢
Q1
A) Is there a way to create membership database ( using aspnet_regsql tool ) where each user could have several email addresses specified ( instead of just one ) during registration process?
B) Is there also a way to somehow "inform" Security wizard in WAT to include new
input fields ( where additional email addresses would be entered ) when creating new user account?
thanx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为配置文件可以解决您的问题。 这是来自 ScottGu 的关于实现会员资格的博客文章配置文件。
I think Profiles will solve your problem. Here's a blog post from ScottGu on implementing membership with profiles.