I have a web service (IIS) that has a config file with the following:
<appender name="RollingFile" type="log4net.Appender.RollingFileAppender">
<file value="\\serverName\c$\logs\log.log"/>
<appendToFile value="true"/>
...
<\appender>
For some reason it doesn't log. Only if I a give a path that starts with "c:\" it logs. Is there any way to log to a file that is located on a different server?