J
jdn
I have a root application that has various sub-applications (subdirectories
set up as applications within IIS). All of the sub-applications rely on the
root application for profiles, membership, etc.
This all worked fine for a bit, but now, I get an error when trying to build
the root site:
"It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS."
The subdirectory is configured as an application in IIS.
I also need to have separate global.asax pages for the root application and
the sub-applications, and Visual Studio doesn't seem to like this either.
How can I get this to work?
TIA,
jdn
set up as applications within IIS). All of the sub-applications rely on the
root application for profiles, membership, etc.
This all worked fine for a bit, but now, I get an error when trying to build
the root site:
"It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS."
The subdirectory is configured as an application in IIS.
I also need to have separate global.asax pages for the root application and
the sub-applications, and Visual Studio doesn't seem to like this either.
How can I get this to work?
TIA,
jdn