Welcome to mirror list, hosted at ThFree Co, Russian Federation.

t28.exe.config « standalone « Test « System.Configuration « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f36cd7707e29d94b3c05a8f5d5c3e1fc0a22c77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<configuration>
<system.web>
  <location path="test.aspx">
     <system.web>
       <authorization>
         <allow users="*" />
       </authorization>
     </system.web>
  </location>
</system.web>

<appSettings>
	<add key="hithere" value="Hello World!"/>
</appSettings>

</configuration>