How to grant ASPNET user access to task scheduler on Windows 2003?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Derek

    How to grant ASPNET user access to task scheduler on Windows 2003?

    I am writing an ASP.NET application that can add and
    remove items to the task scheduler. This works fine on
    Windows XP, but generates an Exception on Windows 2003:
    System.Unauthor izedAccessExcep tion: Access is denied.

    "ASP.NET is not authorized to access the requested
    resource. Consider granting access rights to the resource
    to the ASP.NET request identity"

    How can I grant the ASPNET local user account permission
    to add/delete/modify tasks on a Windows 2003 system?
Working...