I'm upgrading a .Net application from .net 1.1 to 3.5. All the themes are stored in a folder called Themes
, the new .Net 3.5 framework wants this information in a folder called App_Themes
. It will be a major refactoring for me to move everything to a App_Themes
folder.
So I want to ask if there is a way to tell .Net what folder to use when looking for themes? How can I change the default directory from App_Themes
to Themes
?