D
darrel
Our Server is set up like this:
site1 (app)
|-admin application
site2 (app)
|-public site
...|- subFolder1 (app)
...|- subFolder2 (app)
This is our staging serer. It's set up so domain goes to site1 and domain:85
goes to site2.
site1 is the admin tool, site2 is the actual site.
the admin tool needs to run an app that is part of site2 (the subFolders).
What is happening is that site1 can access the subFolder1 application just
fine, but I get a web.config error with subFolder2.
The error is related to site2 setting Sessionstate and Authorization
settings in its web.config file. When run as site2, this is fine, but it
appears that if I try to access it from site1, I run into the problem where
site2 is now a sub folder of site1, and I'm not allowed to set these
settings in a nested config file.
HOWEVER, what is really confusing is that I can still access the app in
subFolder1 even though it's the EXACT same app in both subFolder1 and
subFolder2.
Any ideas what is going on?
(and ask if you need me to explain any of this better...)
-Darrel
site1 (app)
|-admin application
site2 (app)
|-public site
...|- subFolder1 (app)
...|- subFolder2 (app)
This is our staging serer. It's set up so domain goes to site1 and domain:85
goes to site2.
site1 is the admin tool, site2 is the actual site.
the admin tool needs to run an app that is part of site2 (the subFolders).
What is happening is that site1 can access the subFolder1 application just
fine, but I get a web.config error with subFolder2.
The error is related to site2 setting Sessionstate and Authorization
settings in its web.config file. When run as site2, this is fine, but it
appears that if I try to access it from site1, I run into the problem where
site2 is now a sub folder of site1, and I'm not allowed to set these
settings in a nested config file.
HOWEVER, what is really confusing is that I can still access the app in
subFolder1 even though it's the EXACT same app in both subFolder1 and
subFolder2.
Any ideas what is going on?
(and ask if you need me to explain any of this better...)
-Darrel