You should run the application pool with a user account - create a system user (for example sys-SharePointAppPool) and use it for the application pool.
But since that account needs access to the databases, you should also go into SQL and give it security permissions to the database manually.
|