Tips and trix how to configure Umbraco
Friendly URLs
In web.config set
<add key="umbracoUseDirectoryUrls" value="true" />
IIS7
In IIS manager go to Handle mappings and add a "Wildcard script map"
set executable to "aspnet_isapi.dll"
Tiny MCE Editor
Add styles
In the file /config/tinyMCEconfig.config change the line
<config key="theme_umbraco_styles">Paragraph=p;Heading 1=h2</config>
Get swidish characters ÅÄÖ to work
<config key="entity_encoding">raw</config>