I need to create logs in the asp.net 4.5 website. I am able to create logs in my developer environment. But I am not able to create logs in the production environment. The production server is Windows Server 2012 R2. The IIS version is 8.5.
Below settings I have already done : I have given permission of IIS APPPOOL\Default APP POOL to the website folder. I have also given permission of Network Service, IUSR, USERS. In App POOL I have set Network Service as Identity Pool. Also in IIS in the Authentication Section the Annomynous Authentication is Enabled and user identity is set to Application Pool Identiy.
I am still not able to create the logs in the production environment.
My queries are : What settings to be done in IIS or to the Website Folder in order to create new FILE / Logs.
Thanks, Bhavin