1

I using nhibernate burrow for long conversation. I am preparing to migrate project to ASP.NET MVC, but burrow doesn't support MVC.

I trying to change Burrow to work via MVC. But I have no idea what is the best way to do this. I am not sure that HTTP Module is a good way. I think about ActionFilters to initialize conversation.

2
  • Why don't you want to use the httpmodule? It should work with any asp.net framework, be it webforms, monorail or asp.net mvc Commented Jan 3, 2009 at 14:27
  • Burrow checks whether the current IHTTPHandler is Page or not. But it's MvcHandler in MVC and if you type *.aspx in url IHTTPHandler is page also At this point can't determine that the controller name is valid or not. Commented Jan 4, 2009 at 5:16

1 Answer 1

1

you might wanna look here http://blog.pragmasql.com/post/NHibernate-20-Sample-Project-using-NHibernateBurrow-contribution.aspx for a project that uses nhibernate burrow + asp.net mvc

Sign up to request clarification or add additional context in comments.

1 Comment

I checked the sample. it doesn't use burrow long conversation.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.