log4net - Appenders not working in IIS7.5

前端 未结 7 1134
再見小時候
再見小時候 2020-11-29 06:39

I am able to write to a log file using log4net and Cassini/IIS dev server, but when I use IIS7.5, I can\'t write out to a file.

Initially, I got a security exception

7条回答
  •  再見小時候
    2020-11-29 07:26

    Try giving IIS AppPool\DefaultAppPool user full permission to the log directory. That has helped me at least once.

提交回复
热议问题