Since you're using ASP.NET MVC, have you considered trying something like a TransactionActionFilter? Something that is similar to what is described here<http://hackingon.net/post/NHibernate-Session-Per-Request-with-ASPNET-MVC.aspx> but replacing the NHibernate transaction with TransactionScope. That will give you access to check whether any exceptions occurred during the request. It also allows you to be more explicit about which requests do and don't have transactions.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
