Line | |
---|
1 | <configuration>
|
---|
2 | <configSections>
|
---|
3 | <sectionGroup name="compositeWeb">
|
---|
4 | <section name="modules" type="Microsoft.Practices.CompositeWeb.Configuration.ModulesConfigurationSection, Microsoft.Practices.CompositeWeb"/>
|
---|
5 | <section name="authorization" type="Microsoft.Practices.CompositeWeb.Configuration.AuthorizationConfigurationSection, Microsoft.Practices.CompositeWeb"/>
|
---|
6 | </sectionGroup>
|
---|
7 | </configSections>
|
---|
8 | <compositeWeb>
|
---|
9 | <modules>
|
---|
10 | <module name="Administration" assemblyName="Administration" virtualPath="~/Administration">
|
---|
11 | <dependencies>
|
---|
12 | <dependency module="Shell" />
|
---|
13 | </dependencies>
|
---|
14 | </module>
|
---|
15 | </modules>
|
---|
16 | <authorization>
|
---|
17 | <!-- Add your own view-rule mappings here:
|
---|
18 | e.g.:
|
---|
19 | <rule Url="~/Administration/Default.aspx" Rule="AllowAccessAdministrationDefaultView" />
|
---|
20 | -->
|
---|
21 | </authorization>
|
---|
22 | </compositeWeb>
|
---|
23 | <appSettings/>
|
---|
24 | <connectionStrings/>
|
---|
25 | <system.web/>
|
---|
26 | </configuration>
|
---|
Note: See
TracBrowser
for help on using the repository browser.