Override web.config 2.0 with 1.1 ?

S

shibs

Hi,

I have a root website in .net 2.0 and a child application (virtual
directory) inside it as 1.1 version. But I am not able to access 1.1 because
error occurs in web.config, because it is inheriting from the parent web
application and it does not understand what it gets.
localhost > 2.0 > 1.1 >

Is there any work around for this? Can I override 2.0 web configuration?
If not what is the work around for this?

I want to run 1.1 and 2.0 under a single domain with different virtual
directories and nested heirachies.

What is the best strategy to run 2.0 and 1.1 applications in the same
domain?

Any help appreciated
Shibs
 
J

Juan T. Llibre

re:
Is there any work around for this?

Short answer : no.

re:
Can I override 2.0 web configuration?

Short answer : no.

re:
If not what is the work around for this?

Short answer : none.

You cannot nest 1.1 and 2.0 applications. Period.

re:
I want to run 1.1 and 2.0 under a single domain with different virtual directories

You *can* do that.

re:
and nested heirachies.

You can't do that.

re:
What is the best strategy to run 2.0 and 1.1 applications in the same domain?

Keep them separate from each other.





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/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top