我如何访问“访问网站管理工具”
我发现一篇文章说:
“要访问网站管理工具,请在网站菜单上单击 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,您还可以使用 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.
在你的 Visual Studio
项目菜单中——asp.net 配置
in your visual studio
project menu -- asp.net configuration
尝试 http://blogs.msdn.com/rahulso/archive/2006/03/09/how-to-use-web-site-administration-tool-without-installing-vs-2005.aspx ,尽管微软不支持这种技术。
Try http://blogs.msdn.com/rahulso/archive/2006/03/09/how-to-use-web-site-administration-tool-without-installing-vs-2005.aspx, altough this technique is not supported by microsoft.