Category Archives: Castle

New adventures under medium trust 11

Many web hosting companies only allow ASP.NET applications to run under medium trust. This has been a major drawback for Cuyahoga because it required full trust (or better: some libraries require full trust). This has already caused some nasty surprises when people deployed their site to the host to find out it would not run.
Well, [...]

Hidden jewels in the Castle stack: Transaction Services Comments Off

In Cuyahoga, we’re using a lot of components from the Castle stack. Some of the most brilliant components are the transaction services combined with the automatic transaction facility.
With this post, I’m trying to bring some well-deserved attention to these undervalued components.
The Context
Today, I was working on management of sites. In Cuyahoga 2.0, every site has [...]