ISSUE WITH CONFIGURATION - ASP.NET 1.1 /2.0 Side by Side

  • Thread starter Thread starter Guest
  • Start date Start date
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 -
 
Roberto,

please check my post with subject :

Re: ASP.NET 2.0 app with Virtual Directory running 1.1 (different

Posted on Date: Thu, 9 Feb 2006 07:31:33 GMT -0400
( GMT 11:31am )

Bottom line : you can't do that.
You'll have to restructure your original design.



Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
Back
Top