Anonymous - 2010-10-26

in the web.config
change the pathes from
<add key="strDataFileRepository" value="/repository/database"/>
<add key="strLogFileRepository" value="/repository/database/logs"/>
<add key="strTemplatesRepository" value="/repository/sqlTemplates/"/>

to
<add key="strDataFileRepository" value="~/repository/database"/>
<add key="strLogFileRepository" value="~/repository/database/logs"/>
<add key="strTemplatesRepository" value="~/repository/sqlTemplates/"/>

and it will work fine