views:

15

answers:

0

I have a .NET project that access the .config file (web.config typically) to get configuration information.

If I access this .NET project from a classic ASP application how does it handle reading data from the web.config or app.config? Can it?

FYI - Using System.Web.Configuration.WebConfigurationManager.OpenWebConfiguration

related questions