App.config path not correctly interpreted by ASP.NET Application
- by seragu05
Hello everyone !
I'm working on a very old project (2000) in VB6 which was "modernized" and upgraded to VB.NET 3.5.
I've centralized every old INI configuration file into one MainApp.config, which is referenced by the app.config of every component.
There's an VB ASP.NET website in the solution, which uses DLL components, which are looking into…