我如何访问“访问网站管理工具”

发布于 2024-07-29 04:51:31 字数 168 浏览 6 评论 0原文

我发现一篇文章说:

“要访问网站管理工具,请在网站菜单上单击 ASP.Net 配置。”

当我查看我的 asp.net mvc 解决方案时,我在 Visual Studio 2008 中没有看到网站菜单。

有没有其他方法可以设置具有 ASP.NET 成员资格的角色?

i found an article that says:

"To access the Web Site Administration Tool, on the Website menu, click ASP.Net Configuration."

I dont see a Website menu in visual studio 2008 when i am looking at my asp.net mvc solution.

Is there any other way i can setup roles with asp.net membership?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

抱猫软卧 2024-08-05 04:51:31

是的,您还可以使用 web.config 文件设置具有 ASP.NET 成员身份的角色,并实际定义可用的用户/角色。

至于为什么看不到菜单:
您是在网站还是项目中。 尝试将您的项目转换为 Web 项目,然后查看菜单是否会出现。

Yes, you can also setup Roles with asp.net membership using the web.config file, and actually defining the users/roles that are available.

As far as why you aren't seeing the menu:
Are you in a website, or a project. Try converting your project to a web project, and see if the menu appears for you then.

养猫人 2024-08-05 04:51:31

在你的 Visual Studio

项目菜单中——asp.net 配置

in your visual studio

project menu -- asp.net configuration

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