I want to call a C# component from an unmanaged c++ service. I need to set config items expected by the C# component. What name should be config be and where should it be located.
eg. parentfolder\cplusplusservice.exe
anotherfolder\csharp.dll
i need csharp.dll.config or its equivalent.
Thanks,