Thursday, July 4, 2013

Access denied error while trying to activate a feature with timer job at site collection level

As explained at http://social.msdn.microsoft.com/Forums/sharepoint/en-US/fd1edf17-ffb4-4486-9fc4-8314d632c6ff/timer-job-access-denied-error
Add a function on the .cs file of timer job.
 protected override bool HasAdditionalUpdateAccess()
 {
            return true;
 }

No comments:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...