Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / MonoRail / Castle.MonoRail.Framework.Tests / App.config
blobf18d1f5b70e3c5ea4468ec782d56efccc76ca590
1 <?xml version="1.0" encoding="utf-8" ?>
2 <configuration>
3 <appSettings>
4 <add key="tests.src" value="../Castle.MonoRail.Framework.Tests" />
5 <add key="web.physical.dir" value="../TestSite" />
6 <add key="web.virtual.dir" value="/" />
7 </appSettings>
8 </configuration>