G
Guest
I have the following application structure on my web server:
-- (http://localhost) - Root application: ASP.NET 2.0
----- (http://localhost/folder): Virtual Directory - ASP.NET 1.1
Both apps have been configured to use the correct version of the framework,
but the child application fails stating that the 'connectionStrings' is not a
recognized web.config element. Apparently is trying to inherit the settings
from the web.config file on the root. Is this a by design behavior? And Is
there a workaround, so I dont have to restructure the original design?
Help, :-<
Roberto Hernandez
- knowledge is cool -
-- (http://localhost) - Root application: ASP.NET 2.0
----- (http://localhost/folder): Virtual Directory - ASP.NET 1.1
Both apps have been configured to use the correct version of the framework,
but the child application fails stating that the 'connectionStrings' is not a
recognized web.config element. Apparently is trying to inherit the settings
from the web.config file on the root. Is this a by design behavior? And Is
there a workaround, so I dont have to restructure the original design?
Help, :-<
Roberto Hernandez
- knowledge is cool -