SharePoint 使用 Windows 身份和连接池
当用户访问 SharePoint 站点时,将通过其 Windows 身份来识别他。
我想知道使用哪个身份来访问数据库。是用户的身份还是使用服务的 Windows 身份,或者是为了获得连接池的好处。
谢谢
设拉子
When a user accesses a SharePoint site he is identified by his wndows identity.
I was wondering which identity is used to access the database. Is it the identity of the user or does it use the windows identity of a service, or order to gain the benefits of connection pooling.
Thanks
Shiraz
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它通常是您的共享点站点的应用程序池中设置的帐户。要找到答案,请转到 IIS,共享点站点的属性 ->主页选项卡 ->应用程序池(注意应用程序池)。转到该应用程序池 ->右键属性->身份。这是用于访问数据库的帐户。
希望这有帮助。
It is usually the account set in the app pool of your share point site. To find out go to IIS, properties of the sharepoint site -> home tab -> Application pool (note the app pool). Go to that app pool -> right click properties -> Identity. That is the account used to access the database.
Hope this helps.