I have created an Asp.net Core (.Net framework) website which references a .Net framework dll. The dll needs to read configuration data from the calling applications web.config or application.config file.
How can I do this in an Asp.net Core application? I have tried adding the configuration settings to the web.config in the ASP.Net Core application but they are not being picked up in the dll.