Hi, In winforms app I use Three call pattern: http://docs.castleproject.org/(S(kwaa14uzdj55gv55dzgf0vui))/Windsor.Three-Calls-Pattern.ashx
Now I am involved in web app and I am confused how to apply it. The problem is that a web app has many entry points (web addresses). So I can configure the container is global.asax for example and release it somewhere. The problem I have is with step 2 - resolve. I can get the container in the requested page and resolve what I need but is this right way of doing this? Best regards -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
