tags:

views:

68

answers:

2

Is It possible to create a UI plug-in for IIS manager or the Windows server 2008 manager program?

Or is possible to create a MMC plug-in in C#?

A: 

Yes, Microsoft ships an MMC SDK, it was first shipped as part of the Windows Platform SDK for Windows Server 2003.

It allows you to build MMC "snap ins" in managed code.

Here's a good basic tutorial covering the construction of a MMC snap-in in C#.

Cheeso
A: 

Here's a few links.

I have not looked at these, but they should get you started.

Hope this helps and best of luck in your MMC snap-in development, Best regards, Tom.

tommieb75