Minor changes to improve testability of helpers
[castle.git] / Samples / PestControl / README.txt
blob57dfd4309400ae423d659dbc805491705f93c351
1 This sample illustrates the integration between Castle Windsor and MonoRail. It depicts how the application overall development can benefit from them.\r
2 \r
3 \r
4 \r
5 How to use\r
6 ==========\r
7 \r
8 The web application was developed using the Cassini web server, instead of IIS (I only have Windows XP Home). It was also developed as the root web application. If you have cassini installed, you can run the application by using:\r
9 \r
10 > cd E:\dev\castle\Samples\PestControl\\r
11 > CassiniWebServer.exe "E:\dev\castle\Samples\PestControl\Castle.Applications.PestControl.Web" 8082 /\r
13 And access on the browser by using \r
15 http://localhost:8082/default.htm\r
18 If you use IIS, create a virtual directory pointing to \r
20 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
34 Problems?\r
35 =========\r
37 Please direct any question to our mailing list:\r
39 http://www.castleproject.org/home/lists\r