您为 ASP.NET 会员的普通用户选择什么 SQL Server 角色?

发布于 2024-10-25 18:15:18 字数 180 浏览 1 评论 0原文

我第一次在网站上使用集成安全性进行数据库连接。网站池以用户身份使用网络服务。我将网络服务添加为映射到公共的 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 技术交流群。

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

发布评论

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

评论(1

情释 2024-11-01 18:15:18

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"

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