I am having several issues while using a WCF which uses an Entity Framework solution to connect to the database..If for example many requests come from the same user for the same transactional method, TransactionScope elevates the transaction to Distributed.
My problem is that I am using Azure and distributed transactions are not allowed in SQL Azure.
I believe that the TransactionScope object does not get disposed fast enough and so it overlaps but I am not sure.
Any help?