IIS 7.5 ASP.OLD .NET4 class Library (dll) not reading .Config

XRumerTest

New Member
I'm calling a .NET4 class library from an ASP.OLD (classic) page on IIS 7.5. All the interop is OK & the call is working. My problem is, the class library is not getting any settings from a .config file when it's called.I have a we.config in the same folder from which the ASP.OLD file is served. I have an App.Config from the folder in which the class library is registered.I've even tried an app.config file in the IIS folder & a web.config in the class library folder - still no joy.The IIS app pool is running in classic pipeline mode. If I open the Application Settings in IIS manager for the web site the values are there.Where should I put the .config file & what should it be called?Ta! N
 
Back
Top