vote up 0 vote down star

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).

flag

80% accept rate

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.