Home > Database > Mysql Tutorial > body text

SQL Server与IIS7的集成验证配置方法

WBOY
Release: 2016-06-07 17:48:16
Original
1221 people have browsed it

在 IIS7 中,配置 SQL Server 的集成验证步骤比较多,下面将配置的步骤列出,以方便学习。

首先,需要确认所使用的应用程序池。打开网站的基本设置对话框。检查应用程序池的配置参数。

然后,在应用程序池中,找到对应的应用程序池,并选择高级配置。

在标识中,选择网络服务 NewworkService。

现在,回到 SQL Server,在 安全性,登录名中,增加一个新的登录。

点击搜索,将会弹出选择用户或组的对话框。

点击左下角的高级按钮。

直接点击立即查找。

在列出的用户中找到 Network Service 用户,选中并确定。

再次确定后,回到新建登录界面,现在登录名中已经出现了网络用户。

点击左边的用户映射,为用户配置访问的权限。

这里配置为 db_owner 角色,以保证权限。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!