NLog doen't work on IIS

前端 未结 2 446
不知归路
不知归路 2020-12-11 23:23

I added NLog to my project. Following the instructions I created NLog.config.




        
相关标签:
2条回答
  • 2020-12-11 23:47

    Does NLog.config have the property "Copy to Output Directory" set as "Copy always"?

    0 讨论(0)
  • 2020-12-11 23:57

    Edit website permissions in IIS and under security tab give IIS_IUSRS group full privileges.

    In Application, Pools find the pool your application is using and set some specific user.

    The image below describes the procedure step by step:

    0 讨论(0)
提交回复
热议问题