I am learning ASP.NET and have built a basic web site that I want to use as a template for future sites. I am wondering if I should build a code generator that will take as an input an xml file which describes the application and then generate the base web site files which would look like a customized version of my template site.
Have you done this or considered it and decided against it? If you have do you think it was worth the effort?