
While this way works I don't think it's very practical but the more I think about it the more I come to the conclusion that there are not so many other options to go around this.


I use URL routing and only have 1 Default.aspx page which controls which page template and additional code needs to be loaded.I want to be able to use (predefined) usercontrols inside the templates.Templates are stored in /Templates/TemplateDirectoryName.I don't want to rebuild my solution to add a new template.Since the platform supports multiple stores I need some kind of templating system and I haven't quite figured out what's the best way to do this.

The backend is complete (for now) and I'm now starting the front-end part. Im working on an e-commerce platform which supports multiple stores on different domains.
