Is it possible to configure the .net app and app pool to run as the user who's currently running the app? I have looked everywhere and have seen asp.net impersonation, authentication method and nothing seem to work.
Part of the application is to read/generate files from folder that Person A have access to. If Person B doesn't have access to target folder then app will give error message. Doing impersonation with provided service account will defeat this purpose.