views:

20

answers:

0

Is there an events system in IIS 7 extensibility model that can notify an addin when a website is created (via the "Add Web Site" dialog) or when it's bindings are updated (via the "Edit Bindings" dialog)?

I suppose it's possible to use WMI events, but I don't want to clash with asynchronous tasks that IIS might be performing after the site is actually created (I'm planning on performing some UI tasks in IIS Manager when these events occur).

related questions