管理生产中的 asp.net 成员资格

发布于 2024-08-03 07:54:36 字数 279 浏览 3 评论 0原文

我一直在使用“网站管理工具”,您可以在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁的年少不轻狂 2024-08-10 07:54:36

应该构建一个可用于此目的的应用程序,可以是可以从桌面运行的本地客户端,也可以是托管的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文