I am trying to create a SharePoint timer and deploy it via a SharePoint feature. I have a bunch of questions.
When I specify the local site to use for debugging do I enter the path to central admin or do I enter the path to a site?
The timer needs to process items in a list, I believe the list is in a specific site, so do I need to set the local site to that site URL or do I set it to the root (a level above the site?)
Explain the scopes of a feature (Web, WebApplication, Site)
If I ever get a feature/timer to deploy where do I go to start/stop/etc?
I have followed countless tutorials and I run in to Access Denied errors when I deploy. Or thanks to one tutorial I got a feature to deploy (a simple page that says "Hello World") but no idea where that page was deployed to.
SP is a dark horse.