I was planning on doing some work with a WSS v3 site definition, but I wanted toknow if there was a way you can have any WSS sites created with this definitioncome pre-loaded with certain users or security groups.
the out of the box site definitions do this so its clearly possible. Oneway of achieving this would be to write a feature that created these groupswhen the site was provisioned. Then create a feature association betweenthe previously mentioned feature and your site definition.
Things that cannot be done in declarative markup in a custom sitedefinition like default users and groups can always be accomplishedprogrammatically with a Feature Activated callout.
Is this something you could provide an example for? I'm not much of a coder,unfortunately.