Microsoft PlayGround

A Playground for Microsoft Technologies

Entries Tagged ‘Application’

Testing Expiration Policy

When you add an Expiration Policy to a library in SharePoint you can only test your policy once a day. This is because SharePoint only runs the TimerJob for the expiration policy only once a day. The TimerJob can’t be run with stsadm so the timer job has to be accessed trough the object model. [...]

SharePoint Log Reader

When you are developing for SharePoint it happens that you have to check the SharePoint logs for errors. For one of my projects I had to check the log files on a regular basis and I found it horrible to read those files. If you try to read some of these files you can see [...]