E
Eric
Hi Everyone,
I have an ASP 1.1 website being hosted in a virtual directory that is a
child node of an ASP 2.0 website. So I have:
http://mainapp (which is a 2.0 site)
And:
http://mainapp/subapp (which is a 1.1 site)
I've got the application pool stuff handled; the problem I'm having is that
each of the two sites has a web.config file in the root of the site. The
1.1 app in the virtual directory is complaining because it doesn't recognize
some of the elements that exist in the web.config file of the parent, 2.0
site (such as "xhtmlConformance" in "system.web" and "system.codedom"). I
thought I was supposed to be able to have a 1.1 virtual directory as a
sub-node of a 2.0 site- am I wrong?
Thank's for any/all help!
Eric
I have an ASP 1.1 website being hosted in a virtual directory that is a
child node of an ASP 2.0 website. So I have:
http://mainapp (which is a 2.0 site)
And:
http://mainapp/subapp (which is a 1.1 site)
I've got the application pool stuff handled; the problem I'm having is that
each of the two sites has a web.config file in the root of the site. The
1.1 app in the virtual directory is complaining because it doesn't recognize
some of the elements that exist in the web.config file of the parent, 2.0
site (such as "xhtmlConformance" in "system.web" and "system.codedom"). I
thought I was supposed to be able to have a 1.1 virtual directory as a
sub-node of a 2.0 site- am I wrong?
Thank's for any/all help!
Eric