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
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
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
36 Please direct any question to our mailing list:
\r
38 http://www.castleproject.org/
\r