Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Branding / skin for ASP.NET MVC website

Tags:

asp.net-mvc

I'm planning to design simple website using ASP.NET MVC new technology. Many concepts are changed there comparing to classic webforms so my question is how to prepare website to be able to change its skin or apply different branding, preferably using for this purpose different dns request name?

App_themes is not possible to use?

Thanks in advance for any clues

Tom.

like image 992
tomo Avatar asked Dec 22 '22 11:12

tomo


1 Answers

And App_Themes was never any good anyway. It's limited. Just use stylesheets, to change the theme you can include a different stylesheet. As long as your markup is good then you won't have a problem. (see this post)

like image 195
Kezzer Avatar answered Dec 25 '22 00:12

Kezzer