Board index » Web Programming » Application Pools and impersonation in web.config
|
Thato
|
Application Pools and impersonation in web.config
Web Programming136
Hi, We currently have a web based application that works and is runnnig under IIS 6.0 and has a domain account and password defined in web.config with impersonation turned on. The website is linked to an application pool that runs under an identity of 'network service'. We would like to remove the username and password entries from web.config and instead use this account as the identity for the aplication pool instead. We have tried this and found that it doesn't work. This web.config account is a member of IIS_WPG. How can we setup the application pool to use the web.config account and remove the password entries from web.config? - |
