Someone explain SharePoint features -


i trying create sharepoint timer , deploy via sharepoint feature. have bunch of questions.

  1. when specify local site use debugging enter path central admin or enter path site?

  2. the timer needs process items in list, believe list in specific site, need set local site site url or set root (a level above site?)

  3. explain scopes of feature (web, webapplication, site)

  4. if ever feature/timer deploy go start/stop/etc?

i have followed countless tutorials , run in access denied errors when deploy. or 1 tutorial got feature deploy (a simple page says "hello world") no idea page deployed to.

sp dark horse.

sharepoint timer scope web application

your answers:

  1. you set sharepoint site, not central admin.

  2. not root, set specific site contains list.

  3. web application.

  4. you can via stsadm.

check out article: http://msdn.microsoft.com/en-us/library/ff798313.aspx

http://markanthonyparker.blogspot.in/2010/08/execute-sharepoint-timer-job-using.html


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -