I have webtemplate (not a site definition) which is an exported site. I want to create a subsite in this site. I want this to happen when a new site of this template is created. But I don't know how. I have the following problems:
- I've tried using a webeventreceiver, but I'm deploying to the bin so I can't use eventreceivers.
- I've tried using a siteprovisioningprovider but I don't know how and if it's even possible to link this to my webtemplate.
- For as far as I know it isn't possible to include a subsite in a template.
How can I accomplish this?