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..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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..