Hi! I need to read a custom configuration file in my IIS hosted WCF service, is there any way to find the directory path where the service is hosted? Example: The service is installed on the directory C:\Inetpub\wwwroot\ProducerService, and I want to put the custom configuration file into the same directory. How do I find the path? I can of course use an environment variable, but I would prefere not to. -- Thanks, Idar