Logged In: NO

I've found the same troubleshoot, my issue was to modify the web.config like this :
<add key="strTemplatesRepository" value="/repository/sqlTemplates"/>
to an upper level from my real path :
<add key="strTemplatesRepository" value="/recettelocal/repository/sqlTemplates"/>
And then it works..

If it can help someone..