I have an asp page that saves the file to disk.
It currently works locally, but I need to save the file to share, and I get permission.
I suggested that I could just install the application pool for a user who has access to the folder, but it does not seem to work.
How to make classic asp run as a specific user?
source
share