ignore properties with null or empty name
[mono.git] / mcs / class / System.Configuration / Test / standalone / t28.exe.config
1 <configuration>
2 <system.web>
3   <location path="test.aspx">
4      <system.web>
5        <authorization>
6          <allow users="*" />
7        </authorization>
8      </system.web>
9   </location>
10 </system.web>
11
12 <appSettings>
13         <add key="hithere" value="Hello World!"/>
14 </appSettings>
15
16 </configuration>