I'm in the process of implemeting Contribute 3.1/CPS 1.1 under IIS6. Our
organizational structure requires that user wear many hats, so in the site
structure a user may be a publisher or writer in many different areas of the
site. Even if seperate groups with directory restrictions for each area, you
can only add a user to one group. The way around this is to create overlapping
web sites; however, I need to maintain my templates globally (nested sites do
not inherit templates).

So, I need to figure out the best method for keeping the templates global.
Should I just create a virtual templates directory under IIS for each nested
site pointed back to the master copy. Will this create any problems? Any
other ideas (short of creating many, many copies of the template directory and
loosing my hair trying to keep things in sync).