I have a Web app running on an Intranet server that impersonates a specific account in order to access the SQL Server database. The app has a link to a Word doc in a secure directory only allowing certain employees access. Problem is that the program is impersonating an account that does not have access to the directory of the Word doc, thus preventing an authorized user from accessing the file. Giving access to the impersonating account is not an option. Is there any way I can provide authorized users access to this file while maintaining the impersonation configuration?