Problem with creation of scheduled task from IIS6 on SR2003
- by Morten Louw Nielsen
Hi,
I am writing a webapplication using .NET.
The webapp creates scheduled tasks using the System.Diagnostics.Process class, calling SCHTASKS.EXE with parameters.
I have changed the identity on the app pool, to a specific domain user.
The domain-user is local administrator on all the four webservers.
From webserver01 I am creating tasks on…