在不使用 Profiler 的情况下为 .NET 应用程序配置 SQL Server 安全性

发布于 2024-12-13 16:45:50 字数 274 浏览 0 评论 0原文

我该如何使用 SQL 执行此操作:http://support.microsoft.com/kb/815154 Server 2008 R2 Express 因为它似乎只适用于更高版本的 SQL。我知道有第三方分析器,但是有没有办法在没有分析器的情况下完成此操作,以及是否必须使用第三方分析器。我将如何使用第三方分析器来做到这一点?

PS 我需要这个来解决 ASP.NET 问题。

How can I do this: http://support.microsoft.com/kb/815154 with SQL Server 2008 R2 Express because it seems to only apply to the higher versions of SQL. I know there are third-party profilers, but is there a way to do it without a profiler, and if I have to use a third party profiler. How would I do it with a third party profiler?

P.S. I need this so I can fix an ASP.NET problem.

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

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

发布评论

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

评论(1

独自唱情﹋歌 2024-12-20 16:45:50

我的偏好是进入 IIS 并使用新用户的身份创建自定义 AppPool(“[productName]Website”)。然后只需允许该用户通过适当的访问权限(datareader/数据写入器 + 存储过程的授权)

应用程序池标识

My preference is to go into IIS and create a custom AppPool with an Identity of a new user ("[productName]Website". Then simply allow that user access in the Sql Server & Database(s) with the appropriate access (datareader/datawriter + grant on stored procedures).

Application Pool Identities

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