I am using Azure Web App to host the site
Used asp.net using vb.net and sql server hosted on an azure vm
A strange error "the promote method returned an invalid value for the distributed transaction" and very little information on web.
I am using it in transaction scope
where MainMethod calls MethodA & MethodB wrapped inside a transactionscope and each methods are further using transactionscope individually.
I don't get error running locally.
I get this error only in Azure Web App services.
Any suggestions highly welcome.