Hello
I'm try to access the task scheduler from a web application to manage some tasks but when the identity of the application pool is Application Pool Identity, it can't access to the task scheduler, if I set the identity of the application pool is Local Service, it can access the task scheduler.
So at the end is only a permission problem, is there a way to allow the Application Pool Identity to access the task scheduler? I have tried to add the ACL permissions to the windows\system32\tasks folder but it didn't work. I have also added the Application Pool to the Administrators group but also this didn't work.
From the documentation it seems that the Application Pool Identity and the Local Service have the same permissions but it isn't so, at least when you want to access to the task scheduler. So, is it only a matter of some permissions on some folders, that is something that can be fixed, or is something deeper and it can't be changed?