Forgot to remove the call to the new version of DefineProperty, now it will perform...
[castle.git] / Samples / MindDump / README.txt
blob7930c23aeafd1a54fbb721beb0f2fb874452da06
1 This sample illustrates the integration between Castle Windsor and MonoRail. \r
2 It depicts how the application overall development can benefit from them.\r
3 \r
4 \r
5 \r
6 How to use\r
7 ==========\r
8 \r
9 The web application was developed using the Cassini web server, instead of IIS \r
10 (I only have Windows XP Home). It was also developed as the root web application.\r
11 If you have cassini installed, you can run the application by using:\r
13 > cd E:\dev\castle\Samples\PestControl\\r
14 > CassiniWebServer.exe "E:\dev\castle\Samples\PestControl\Castle.Applications.PestControl.Web" 8082 /\r
16 And access on the browser by using \r
18 http://localhost:8082/default.htm\r
20 If you use IIS, create a virtual directory pointing to \r
22 PestControl\Castle.Applications.PestControl.Web\r
25 IIS Considerations\r
26 ==================\r
28 This application uses prevalence to keep its data, so the storage directory must be accessible and writable by the ASP.Net User (or system, depends on your configuration).\r
30 Also remember to associate the extension 'rails' with the ASP.Net ISAPI on IIS configuration.\r
33 Problems?\r
34 =========\r
36 Please direct any question to our mailing list:\r
38 http://www.castleproject.org/\r