Where do logs go when running ASP.NET Core on IIS 7.5?

后端 未结 5 917
野趣味
野趣味 2020-12-09 15:35

I\'m posting this and answering it, because this left me stumped for a very long time. I have the following line in my web.config:



        
5条回答
  •  一向
    一向 (楼主)
    2020-12-09 16:31

    You must make sure the log folder exists! IIS won't make it for you. Such a simple solution to this infuriating problem.

提交回复
热议问题