In my SharePoint 2007 project I have to use 3 site templates. Using these templates I create new sites programmatically. I also want to create the templates programmatically.
Is that possible?
If yes, I guess I have to use a SPSite object for creation.What should I do exactly?