I'm working on a legacy web application written in classic asp on a Windows Server 2022. Excel 2016 is installed. This has been working fine on an older machine. This is a new instance of the site (on AWS).
Trying to open an uploaded Excel file and get the 'Permission Denied' and references the line;
Set objExcel = CreateObject("Excel.Application.16")
I have granted IIS_IUSRS read, write and execute permission to the file directory and to the Office 16 folder.
Still getting errors.