Hi,
I'm considering using the MVC 2 Framework as the primary service for a project I'm working on, currently, we're using a WCF based service which works well because I can wrap a TransactionScope
on the client and make several calls and be sure that the transaction is successfully transferred to the service.
Is that possible using the MVC 2 or the new version 3 Framework?
Thanks,
Kieron