I have a C#.Net solution for an MVC3 project that will be used for several websites. The only difference between the sites is some identifier data in the Web.config, and two images.
I don't want to make an entire copy of the base solution projects each time I create a new site.
What are some preferred ways of dealing with such a scenario?
Thanks.