简体   繁体   中英

Windows account for IIS7 to connect DB

I have Client, WCF service (hosted in windows service) and Object Database. To connect Object DB we have one API provided by DB team. This API reads the Windows account posted in Windows hosted Logon Account.

Is there any way I can give same Windows account into IIS 7.0 so that I can able to connect to our Object based DB.

In IIS Manager you should find the Application Pool that your application runs in. Then in Advanced Settings dialog you can set Process Model - Identity to a custom user account.

Here is a detailed description of what you must do.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM