08-15-2022, 12:12 AM
(08-14-2022, 10:59 PM)Alexandre Machado Wrote: I've seen many processes running under IIS to fail due to credentials used by application pool or application itself not having all the necessary permissions. In your case seems very likely.
I suggest that you start from here: https://docs.atozed.com/docs.dll/deploym...20IIS.html
Please see items 2 and 3 of that document. Set an specific user for both application and application pool and give it local admin privileges. See if it works.
FYI, may need edit? Just glancing through I noted there are two number(2):
2. Installing the pre-requisites on your Windows Server
2. Creating an Application Pool for your ISAPI Application
Dan

