.NET 1.1 Virtual Directory in a .NET 2.0 Website
- From: "Eric" <eric@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 19 Apr 2007 15:38:27 -0700
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
.
- Follow-Ups:
- Re: .NET 1.1 Virtual Directory in a .NET 2.0 Website
- From: Juan T. Llibre
- Re: .NET 1.1 Virtual Directory in a .NET 2.0 Website
- Prev by Date: Re: How to display page while long-running process executing?
- Next by Date: Re: .NET 1.1 Virtual Directory in a .NET 2.0 Website
- Previous by thread: Which version of Visual Studio
- Next by thread: Re: .NET 1.1 Virtual Directory in a .NET 2.0 Website
- Index(es):
Relevant Pages
|