tags:

views:

21

answers:

1

I would like users do to it themselves, but I don't want everyone to be an adminstrator.

A: 

The user does need to be a TFS administrator to add a SOAP event handler. To work around this, you could write your own webservice that impersonates a TFS admin and lets the caller register their handler.

Here's a URL that has code similar to this.

David