blob: 834a5b4b0440a350ff93491a1c6fd0efac98382f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<configuration>
<pages MasterClass="Application.layouts.MainLayout"
StatePersisterClass="System.Web.UI.TCachePageStatePersister"
StatePersister.CacheModuleID="cache"
StatePersister.CacheTimeout="3600" />
<authorization>
<allow pages="Admin,Signup" roles="Admin" />
<deny pages="Admin,Signup" />
<deny pages="Profile" users="?" />
</authorization>
</configuration>
|