If this approach is used in WCF service hosted on IIS, we will more likely be interested in the Web Service Application directory which can be obtained by using HostingEnvironment.ApplicationPhysicalPath property - it returns WCF service application's physical path e.g. C:\inetpub\wwwroot\WebServices\MyService.
Make sure that IIS_IUSRS has permission to create, modify and delete files in the directory where WCF service log file resides.
No comments:
Post a Comment