您为 ASP.NET 会员的普通用户选择什么 SQL Server 角色?
我第一次在网站上使用集成安全性进行数据库连接。网站池以用户身份使用网络服务。我将网络服务添加为映射到公共的 SQL Server 用户,然后允许其以 websiteuser
身份访问我的数据库。有许多 aspnet_... 角色可供选择。有任何链接解释了要使用哪些链接吗?由于该网站只有一次登录,我是否只需检查所有内容?
I used Integrated Security for a database connection for the first time for a website. The website pool uses Network Service as a user. I added Network Service as a SQL Server user mapped to public, then allowed it access to my database as websiteuser
. There are many aspnet_... roles to choose from. Any links out there that explains which ones to use? Do I just check them all since there's only one login coming from the website?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅如何:在 ASP.NET 2.0 中使用 SQL Server 表单身份验证,标题为“向您的 Web 应用程序帐户授予数据库访问权限”的部分。以及此处查看角色,位于“授予权限”在数据库中”
see How To: Use Forms Authentication with SQL Server in ASP.NET 2.0, the section titled "Grant Database Access to Your Web Application Account". and here for roles, under "To grant permissions in the database"