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

t29.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: b0310a77a830b7ff15985325addb5fd891401dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<configuration>
<location path="test.aspx">
   <system.web>
     <authorization>
       <allow users="*" />
     </authorization>
   </system.web>
</location>

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

</configuration>