Ask a Question related to ASP.NET Security, Design and Development.
-
Gery D. Dorazio #1
Are application web.config files cumulative when there are multiple applications?
Hi,
For a web application if I have various <location> authorizations set in the
web.config file in the root directory and then also have another application
in one of the subdirectories with its own web.config file which then also
has <location> tags, do these work together for determining the
authorization of the first app down into the directories of the second app?
Or is it because there is a new application defined in the sub-directory
that the first app configuration authorizations would not propagate?
Maybe asked another way, does the authorization mechanism only depend on the
settings in web.config files or is it also affected by having multiple
applications on the site?
Thanks,
Gery
--
Gery D. Dorazio
Development Engineer
EnQue Corporation
1334 Queens Road
Charlotte, NC 28207
(704) 377-3327
Gery D. Dorazio Guest
-
Multiple Appsettings & Application files
Hi Can you have multiple appsetting.cfm and application.cfm files in one site, provided that they reside in different directories? For... -
using multiple applications in a site
I am trying to learn more about using multiple Application.cfc files within a site, such as the example Bandwidth Associates site in Designing and... -
Multiple web.config files in a virtual directory
Is it possible to have multiple web.config files in a given virtual directory in different directories? For example: http://localhost/myapp ... -
multiple COM+ applications on 1 machine
I have 2 virtual directories defined under IIS <default web site> for two different websites. Each website needs to use a different COM+... -
config file: a) what Module ? b) conditionals in config (for multiple hosts)
Hi, a) I am looking for a module to handle config files. There are a number of these modules, like AppCconig. Any consensus about The Right...



Reply With Quote

