Additional Umbraco specific appSettings

“umbracoXsltPath” – by adding this to appSettings you can specify a new/different folder for storing your xslt files and still be able to edit them within Umbraco. Default folder is ~/xslt.

“umbracoUsercontrolsPath” – by adding this to appSettings you can specify a new/different folder for storing your UserControls. Default folder is ~/usercontrols.

“umbracoMasterPagesPath” – by adding this to appSettings you can specify a new/different folder for storing your Masterpages. Default folder is ~/masterpages.

“umbracoCssDirectory” – by adding this to appSettings you can specify a new/different folder for storing your css-files and still be able to edit them within Umbraco. Default folder is ~/css.

“umbracoMediaPath” – by adding this to appSettings you can specify a new/different folder for storing your media files. Default folder is ~/media.

“umbracoScriptsPath” – by adding this to appSettings you can specify a new/different folder for storing your javascript files and still be able to edit them within Umbraco. Default folder is ~/scripts.

Leave a Comment

NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>