I'm planning on writing a small program that uses the .NET framework to read disk capacities on remote Windows PCs.
I normally write in C#, so I'd like to stick with this. A number of us in our department need access to this program.
Should I write this as:
- a desktop app
- an MMC snap-in
- an ASP.NET application with a service?
Any suggestions? Many thanks.