Hi,
We have to verify which logging fields are enabled from a c# program.
I have found a way to do the same with appcmd. Is there any way to do the same with c# (I prefer Microsoft.Web.Administration as We are currently using it). Please suggest anything other than using appcmd in c# command prompt.
I have searched IIS 7.5 configuration entries. Could not filnd the collection which have the enabled/disabled/total W3C logging entries.
Please help.