Troubleshooting Ivanti WebDAV
There are some specific configurations that should be observed. Ivanti WebDAV can’t be used with Microsoft WebDav and it should be disabled. Example:
Logging
Ivanti WebDAV Server logs both successful operations and errors. The objective is to trouble shoot all kinds of unexpected behavior. By default, the log files are stored here:
“C:\Program Files (x86)\Common Files\enteo\NiLogs\WebDAV”
The log level is configured in the web.config file:
<logger name="DAV">
<level value="ERROR"/>
</logger>
All installer’s logs can also be found at same folder.