ASP.net 会员提供商网站管理员工具
我已经在名为“AuctionSite”的数据库中的 Sql server Management Studio 2005 中创建了必要的表(aspnet_User,....)。因此,我没有在 App_Data 文件夹中制作一个,而是 希望我的网站指向数据库(AuctionSite)MembershipProvider、ProfileProvider、RoleProvider。
实现这一目标的方法是什么,或者如何配置我的网站管理员来指出这一点 数据库?
I have created the necessary tables (aspnet_User,....) in Sql server Management Studio 2005 in my Database named "AuctionSite". So instead of making one in App_Data folder ,i
want my website to point the database (AuctionSite) MembershipProvider, ProfileProvider,RoleProvider.
What is the way to achieve this or how to configure my website administrator to point that
Database?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在 web.config 中设置一些属性以指向数据库,但其他一些内容也需要修改。
看看这个教程
You will need to set some properties in
web.config
to point to the database but couple of other things will also need modification.have a look at this tutorial