管理生产中的 asp.net 成员资格
我一直在使用“网站管理工具”,您可以在 Visual Studio 中调出该工具来管理我们的开发和登台环境中的用户和角色。
目前,当应用程序转到我们的生产服务器时,我们无法管理用户和角色。目前,我们一直在成员数据库中调用存储过程来手动创建初始用户和角色,这是一项非常繁琐且容易出错的任务。 我尝试寻找管理工具,但找不到任何最新的东西。
在支持 ASP.NET 会员资格的应用程序中,您使用什么来设置初始用户和角色?
附:这些都是 WCF 应用程序,因此我无法使用 ASP.NET 成员资格控件。
I have been using the 'Web Site Administration Tool' that you can bring up in Visual Studio to manage users and roles in our dev and staging environment.
Currently we have no way of managing users and roles when the app goes to our production servers. for now we have been calling stored-procedure in the membership database to manually create initial users and roles which was a very tedious and error prone task.
I tried looking for management tools but couldn't find anything that is up-to-date.
what do you use to setup the initial users and roles in an asp.net membership enabled application?
ps. These are all WCF applications so I can't use asp.net membership controls.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该构建一个可用于此目的的应用程序,可以是可以从桌面运行的本地客户端,也可以是托管的 ASP.NET 应用程序。
话虽这么说,作为一种快速而肮脏的解决方案,您可以尝试以下操作:
将网站管理工具部署到生产环境:
http://tech.chezporlier.com/node/3
You should build an application that can be used for this purpose, either a local client that can be run from a desktop or a hosted asp.net application.
That being said, as a quick and dirty solution you can try this:
Deploy web site administration tool to production:
http://tech.chezporlier.com/node/3