* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / System.Web / Test / standalone / cookieless / web.config
1 <configuration>
2 <system.web>
3 <sessionState mode="InProc" cookieless="true" />
4 </system.web>
5 </configuration>