I am deploying IIS application/website from VSTS Release management (using VSTS tasks). However, I need to add advanced logging fields on IIS. Could not find a suitable VSTS task for this.
Can anybody suggest something?
I am deploying IIS application/website from VSTS Release management (using VSTS tasks). However, I need to add advanced logging fields on IIS. Could not find a suitable VSTS task for this.
Can anybody suggest something?
You can add a powershell script task which call Appcmd to set the custom logging field or create a console application to do this and call it during the build/release. Sample code here: Adding Custom Fields to a Log File for a Site .