A
Alex Maghen
I want to be able to place ASP.NET applications inside each other (nested).
The idea would be that I want to be able to have a docroot that contains the
normal Web.config and App_Code directory, etc.
But then, under that docroot, I'd like to be able to have the following:
1. Some kinf of ability to refer to paths to objects using the "~" notation
- or something like it, but being able to decide wheher I want to reference
the actual docroot (all the way "up" at the top) or the root of my
application. I need the ability to reference *both*. Can I do that?
2. I also need to be able to have App_Code directories in the
"sub-application" but still have access to the App_Code in the top-level
docroot.
I guess that covers it. Can these things be done? If so, point me to how?
Thanks.
Alex
The idea would be that I want to be able to have a docroot that contains the
normal Web.config and App_Code directory, etc.
But then, under that docroot, I'd like to be able to have the following:
1. Some kinf of ability to refer to paths to objects using the "~" notation
- or something like it, but being able to decide wheher I want to reference
the actual docroot (all the way "up" at the top) or the root of my
application. I need the ability to reference *both*. Can I do that?
2. I also need to be able to have App_Code directories in the
"sub-application" but still have access to the App_Code in the top-level
docroot.
I guess that covers it. Can these things be done? If so, point me to how?
Thanks.
Alex