With IIS7, we have a little bit more isolation with AppPool Identities For example, if you’re using the the DefaultAppPool, if you need to assign permissions to NTFS, SQL, etc., what you’d use instead is as follows: IIS APPPOOL\DefaultAppPool Where “DefaultAppPool” ends up being the name of your AppPool...