Topic: Can't get logs working (.NET, IIS virtual directory)
Hello!
We've purchased both FileManager and ImageManager for .NET
We're developing the web application under Windows Vista, IIS 7, it is located in a virtual directory (not the site root).
We're experiencing some problems with URLs when previewing files & images, editing images and pasting links from ImageManager and FileManager into the TinyMCE editor itself.
We tried to debug those problems using logs, but we never managed to get them working. Here's part of our appSettings section:
<add key="log.enabled" value="true" />
<add key="log.level" value="debug" />
<add key="log.path" value="logs" />
<add key="log.filename" value="{level}.log" />
we've tried absolute filepaths for "log.path" as well.
Everyone has full permissions on the logs folder.
The problem is that the .log file never appears in the dicrectory.
What could be the reason?
Do we have to do something else to configure logging
Best Regards,
Anton Emelyanov