Screen Recording

As I said in my comment on my last post, I had planned to do a Step-By-Step how-to for C# and MFCOM.  I had also planned on doing a quick and simple video tutorial of the process as well.

I’ve used SnagIt/Camtasia Studio before and while they are great products I did not really want to spend money to create a video that someone may never see.  This got me looking around for a free screen capture utility.

I happened along CamStudio which is a completely free (Personal or Commercial), open source application for recording Audio/Video.

I am rather impressed by it’s simplicity and quality so I think my search is over!

The current ‘Stable’ release is 2.0 but the 2.5 Beta is available as well.  There is also a tutorial on YouTube  which identifies a few good configuration settings.

Posted in Tech

An Administrators Viewpoint: Configuring DCOM for MFCOM

I took some time to create a basic guide on how to configure DCOM permissions for use with MFCOM.

When I first started using MFCOM I found it somewhat confusing to get DCOM permissions straight. This was probably more about not understanding the details of DCOM more than it was MFCOM. Usually if an administrator was running the script/application I had no problems. It was when an elevated user would run the app that I would have the issues.

Over time I began to identify exactly where the permission errors were and found a good system for keeping permissions in line. While the document is written with step by step instructions that most administrators already know, I thought it would be beneficial to detail for those who may be in the same position I was years ago: Confused by DCOM.

The document could be written much better and is absolutely a work in progress.

Any feedback is appreciated.

AdministratorsViewPoint_ConfiguringDCOM.pdf

Posted in MFCOM