Find the name of the current config file
- by Martin
Is there a way to find the name (and path) of the current application's config file from inside a class library?
E.g. in a web app this would be web.config, in a windows app or service this would be myapp.exe.config.