Is it possible to manage windows scheduler from an asp.net-mvc site or other remote options?
- 阅读更多 关于 Is it possible to manage windows scheduler from an asp.net-mvc site or other remote options?
问题 I am trying to see if I can manage a bunch of windows scheduled tasks from an asp.net-mvc site (setting up new tasks, updating frequency of existing tasks, etc) because we want to allow non technical users to update this info (so we want to avoid people having to log into the webserver directly,etc) I see you can do this from C# in general (links below) but not sure about entitlements, etc that would make it possible to manage via web app. http://code.msdn.microsoft.com/windowsdesktop